Package net.eternalclient.api.rs
Interface RSTile
-
- All Superinterfaces:
Positionable
public interface RSTile extends Positionable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description RSTile
getBridge()
RSWallDecoration
getDecorativeObject()
int
getFlags()
RSGameObject[]
getGameObjects()
RSFloorDecoration
getGroundObject()
RSItemLayer
getItemLayer()
int
getPlane()
int
getRenderLevel()
default int
getSceneX()
default int
getSceneY()
RSBoundaryObject
getWallObject()
RSWorldView
getWorldView()
int
getWorldViewId()
default int
getWorldX()
default int
getWorldY()
int
getX()
int
getY()
boolean
isDraw()
boolean
isVisible()
java.util.List<RSTile>
pathTo(RSTile target)
void
setDraw(boolean draw)
-
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, getCanvasTextLocation, getCanvasTilePoly, GetChunkRotation, getHeight, getLocalTile, getLocalX, getLocalY, getMinimapPoint, getMovementFlags, getRectArea, getRegionId, getRegionTile, getRegionX, getRegionY, getSceneTile, getSurroundingArea, getWalkableTile, getWidth, getWorldTile, hasLineOfSightTo, hasLineOfSightTo, inLineOfSight, isInArea, isInArea, isInArea2D, isInArea2D, isInMeleeDistance, isInScene, isUnderRoof, locatedAt, pathTo, walkingDistance
-
-
-
-
Method Detail
-
getWorldViewId
int getWorldViewId()
-
getWorldView
RSWorldView getWorldView()
- Specified by:
getWorldView
in interfacePositionable
-
getX
int getX()
-
getY
int getY()
-
getPlane
int getPlane()
- Specified by:
getPlane
in interfacePositionable
-
getRenderLevel
int getRenderLevel()
-
getWorldX
default int getWorldX()
- Specified by:
getWorldX
in interfacePositionable
-
getWorldY
default int getWorldY()
- Specified by:
getWorldY
in interfacePositionable
-
getSceneX
default int getSceneX()
- Specified by:
getSceneX
in interfacePositionable
-
getSceneY
default int getSceneY()
- Specified by:
getSceneY
in interfacePositionable
-
getGameObjects
RSGameObject[] getGameObjects()
-
getItemLayer
RSItemLayer getItemLayer()
-
getDecorativeObject
RSWallDecoration getDecorativeObject()
-
getGroundObject
RSFloorDecoration getGroundObject()
-
getWallObject
RSBoundaryObject getWallObject()
-
getFlags
int getFlags()
-
getBridge
RSTile getBridge()
-
isDraw
boolean isDraw()
-
setDraw
void setDraw(boolean draw)
-
isVisible
boolean isVisible()
-
-