Package net.eternalclient.api.rs
Interface RSFloorDecoration
-
- All Superinterfaces:
Positionable
,RSTileObject
public interface RSFloorDecoration extends RSTileObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getConfig()
java.awt.Shape
getConvexHull()
long
getHash()
RSModel
getModel()
RSRenderable
getRenderable()
int
getRenderX()
int
getRenderY()
int
getX()
int
getY()
int
getZ()
void
setPlane(int plane)
-
Methods inherited from interface net.eternalclient.api.interfaces.Positionable
canReach, canReach, canReachSurrounding, canReachSurrounding, derive, derive, derive, distance, distance, distanceTo, distanceTo2D, distanceTo2DHypotenuse, distanceToHypotenuse, distanceToPath, draw, drawMinimapDot, drawText, GetChunkRotation, getHeight, getMinimapPoint, getMovementFlags, getRectArea, getRegionId, getRegionX, getRegionY, getSceneX, getSceneY, getSurroundingArea, getWalkableTile, getWidth, hasLineOfSightTo, hasLineOfSightTo, inLineOfSight, isInArea, isInArea, isInArea2D, isInArea2D, isInMeleeDistance, isInScene, isUnderRoof, locatedAt, pathTo, walkingDistance
-
Methods inherited from interface net.eternalclient.api.rs.RSTileObject
getActions, getCanvasLocation, getCanvasLocation, getCanvasTextLocation, getCanvasTilePoly, getClickbox, getId, getInteractTile, getLocalTile, getLocalX, getLocalY, getMinimapLocation, getName, getPlane, getRegionTile, getRSTile, getSceneTile, getWorldTile, getWorldView, getWorldViewId, getWorldX, getWorldY
-
-
-
-
Method Detail
-
getHash
long getHash()
- Specified by:
getHash
in interfaceRSTileObject
-
getRenderX
int getRenderX()
-
getX
int getX()
- Specified by:
getX
in interfaceRSTileObject
-
getRenderY
int getRenderY()
-
getY
int getY()
- Specified by:
getY
in interfaceRSTileObject
-
getZ
int getZ()
- Specified by:
getZ
in interfaceRSTileObject
-
getConfig
int getConfig()
-
getRenderable
RSRenderable getRenderable()
-
getModel
RSModel getModel()
-
getConvexHull
java.awt.Shape getConvexHull()
-
setPlane
void setPlane(int plane)
-
-