Package net.eternalclient.api.rs
Interface RSGameObject
-
- All Superinterfaces:
Positionable
,RSTileObject
public interface RSGameObject extends RSTileObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getConfig()
java.awt.Shape
getConvexHull()
int
getEndX()
int
getEndY()
long
getHash()
RSModel
getModel()
int
getModelOrientation()
net.eternalclient.api.data.coords.Angle
getOrientation()
int
getPlane()
RSRenderable
getRenderable()
SceneTile
getSceneMaxTile()
SceneTile
getSceneMinTile()
int
getStartX()
int
getStartY()
int
getX()
int
getY()
int
getZ()
void
setPlane(int plane)
int
sizeX()
int
sizeY()
-
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, getRegionTile, getRSTile, getSceneTile, getWorldTile, getWorldView, getWorldViewId, getWorldX, getWorldY
-
-
-
-
Method Detail
-
getHash
long getHash()
- Specified by:
getHash
in interfaceRSTileObject
-
getX
int getX()
- Specified by:
getX
in interfaceRSTileObject
-
getY
int getY()
- Specified by:
getY
in interfaceRSTileObject
-
getZ
int getZ()
- Specified by:
getZ
in interfaceRSTileObject
-
getConfig
int getConfig()
-
getRenderable
RSRenderable getRenderable()
-
getStartX
int getStartX()
-
getStartY
int getStartY()
-
getEndX
int getEndX()
-
getEndY
int getEndY()
-
getModelOrientation
int getModelOrientation()
-
getPlane
int getPlane()
- Specified by:
getPlane
in interfacePositionable
- Specified by:
getPlane
in interfaceRSTileObject
-
setPlane
void setPlane(int plane)
-
sizeX
int sizeX()
-
sizeY
int sizeY()
-
getConvexHull
java.awt.Shape getConvexHull()
-
getSceneMinTile
SceneTile getSceneMinTile()
-
getSceneMaxTile
SceneTile getSceneMaxTile()
-
getOrientation
net.eternalclient.api.data.coords.Angle getOrientation()
-
getModel
RSModel getModel()
-
-