Interface RSPathingEntity

All Superinterfaces:
RSDoublyLinkedNode, RSEntity, RSNode, RSProvider
All Known Subinterfaces:
RSNpc, RSPlayer

public interface RSPathingEntity extends RSEntity
  • Method Details

    • getEffects

    • getIndex

      int getIndex()
    • setIndex

      void setIndex(int index)
    • getBoundSize

      int getBoundSize()
    • getRouteWaypointsTraversed

      byte[] getRouteWaypointsTraversed()
    • getWalkingStance

      int getWalkingStance()
    • getTargetIndex

      int getTargetIndex()
    • getAnimationFrameCycle

      int getAnimationFrameCycle()
    • getRouteWaypointsX

      int[] getRouteWaypointsX()
    • getHitsplatIds

      int[] getHitsplatIds()
    • getRouteWaypointCount

      int getRouteWaypointCount()
    • getAbsoluteX

      int getAbsoluteX()
    • getAbsoluteY

      int getAbsoluteY()
    • getSpecialHitsplats

      int[] getSpecialHitsplats()
    • getAnimationFrame

      int getAnimationFrame()
    • getHitsplatCount

      byte getHitsplatCount()
    • getEffect

      int getEffect()
    • getEffectFrame

      int getEffectFrame()
    • getOrientation

      int getOrientation()
    • getPathOrientation

      int getPathOrientation()
    • getOverheadText

      String getOverheadText()
    • getAnimationDelay

      int getAnimationDelay()
    • getHitsplatTypes

      int[] getHitsplatTypes()
    • getHealthBars

      RSLinkedList<RSHealthBar> getHealthBars()
    • getAnimation

      int getAnimation()
    • getHitsplats

      int[] getHitsplats()
    • getRouteWaypointsY

      int[] getRouteWaypointsY()
    • getStanceFrame

      int getStanceFrame()
    • getHitsplatCycles

      int[] getHitsplatCycles()
    • getStance

      int getStance()
    • addHitSplat

      void addHitSplat(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
    • addHitUpdate

      void addHitUpdate(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)