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 RSTilegetBridge()RSWallDecorationgetDecorativeObject()intgetFlags()RSGameObject[]getGameObjects()RSFloorDecorationgetGroundObject()RSItemLayergetItemLayer()intgetPlane()intgetRenderLevel()default intgetSceneX()default intgetSceneY()RSBoundaryObjectgetWallObject()RSWorldViewgetWorldView()intgetWorldViewId()default intgetWorldX()default intgetWorldY()intgetX()intgetY()booleanisDraw()booleanisVisible()java.util.List<RSTile>pathTo(RSTile target)voidsetDraw(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:
getWorldViewin interfacePositionable
-
getX
int getX()
-
getY
int getY()
-
getPlane
int getPlane()
- Specified by:
getPlanein interfacePositionable
-
getRenderLevel
int getRenderLevel()
-
getWorldX
default int getWorldX()
- Specified by:
getWorldXin interfacePositionable
-
getWorldY
default int getWorldY()
- Specified by:
getWorldYin interfacePositionable
-
getSceneX
default int getSceneX()
- Specified by:
getSceneXin interfacePositionable
-
getSceneY
default int getSceneY()
- Specified by:
getSceneYin 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()
-
-