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 intgetConfig()java.awt.ShapegetConvexHull()longgetHash()RSModelgetModel()RSRenderablegetRenderable()intgetRenderX()intgetRenderY()intgetX()intgetY()intgetZ()voidsetPlane(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:
getHashin interfaceRSTileObject
-
getRenderX
int getRenderX()
-
getX
int getX()
- Specified by:
getXin interfaceRSTileObject
-
getRenderY
int getRenderY()
-
getY
int getY()
- Specified by:
getYin interfaceRSTileObject
-
getZ
int getZ()
- Specified by:
getZin interfaceRSTileObject
-
getConfig
int getConfig()
-
getRenderable
RSRenderable getRenderable()
-
getModel
RSModel getModel()
-
getConvexHull
java.awt.Shape getConvexHull()
-
setPlane
void setPlane(int plane)
-
-