Package org.dreambot.api.methods.world
Class WorldEntity
- java.lang.Object
-
- org.dreambot.api.methods.world.WorldEntity
-
public class WorldEntity extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConfigBoundsHeight()intgetConfigBoundsWidth()intgetConfigBoundsX()intgetConfigBoundsY()intgetConfigCategory()intgetConfigId()TilegetDestination()Gets the destination Tile of this entity on the top level mapint[]getDestinationCoordinates()Gets the coordinates of the entity destination You can >> 7 on the x/y values to get the Tile locationintgetOrientation()int[]getOverworldCoordinates()Gets the coordinates of the entity on the overworld map You can >> 7 on the x/y values to get the Tile locationTilegetOverworldTile()Gets the Tile of this entity on the top level mapintgetOwnerType()intgetTargetOrientation()intgetWorldViewId()booleanisHiddenForOverlap()
-
-
-
Method Detail
-
getWorldViewId
public int getWorldViewId()
-
getOrientation
public int getOrientation()
-
getTargetOrientation
public int getTargetOrientation()
-
isHiddenForOverlap
public boolean isHiddenForOverlap()
-
getOwnerType
public int getOwnerType()
-
getConfigId
public int getConfigId()
-
getConfigCategory
public int getConfigCategory()
-
getConfigBoundsX
public int getConfigBoundsX()
-
getConfigBoundsY
public int getConfigBoundsY()
-
getConfigBoundsWidth
public int getConfigBoundsWidth()
-
getConfigBoundsHeight
public int getConfigBoundsHeight()
-
getOverworldTile
public Tile getOverworldTile()
Gets the Tile of this entity on the top level map- Returns:
-
getDestination
public Tile getDestination()
Gets the destination Tile of this entity on the top level map- Returns:
-
getOverworldCoordinates
public int[] getOverworldCoordinates()
Gets the coordinates of the entity on the overworld map You can >> 7 on the x/y values to get the Tile location- Returns:
- {x, y, Client.getPlane()}
-
getDestinationCoordinates
public int[] getDestinationCoordinates()
Gets the coordinates of the entity destination You can >> 7 on the x/y values to get the Tile location- Returns:
- {x, y, Client.getPlane()}
-
-