Class PathingEntity<P extends RSPathingEntity>

    • Method Detail

      • getStanceId

        public int getStanceId()
      • getMatrixId

        public int getMatrixId()
      • getLastHitsplatTick

        public int getLastHitsplatTick​(int type)
      • getLastHitsplatTick

        public int getLastHitsplatTick​(Hitsplat.Type type)
      • getOrientation

        public int getOrientation()
      • getPreciseOrientation

        public int getPreciseOrientation()
      • getDirection

        public Direction getDirection()
      • getPreciseDirection

        public Direction getPreciseDirection()
      • isMoving

        public boolean isMoving()
        Specified by:
        isMoving in interface Mobile
      • getTargetIndex

        public int getTargetIndex()
      • getOverheadText

        public String getOverheadText()
      • getHealthPercent

        public int getHealthPercent()
        Note: This method will only return correctly when the health bar is present. For local player health it is recommended that you use the Health class instead
        Returns:
        The current health percent
      • isDying

        public boolean isDying()
      • getIndex

        public int getIndex()
      • isHealthBarVisible

        public boolean isHealthBarVisible()