Class WorldEntity


  • public class WorldEntity
    extends java.lang.Object
    • 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()}