Package jag.game.scene.entity
Interface RSPathingEntity
-
- All Superinterfaces:
RSEntity
,RSNode
,RSProvider
,RSTriplyLinkedNode
public interface RSPathingEntity extends RSEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addHitSplat(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
void
addHitUpdate(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
int
getAbsoluteX()
int
getAbsoluteY()
RSAnimation
getAnimation()
int
getAnimationDelay()
int
getBoundSize()
RSIterableNodeTable<RSPathingEntityEffect>
getEffects()
RSLinkedList<RSHealthBar>
getHealthBars()
byte
getHitsplatCount()
int[]
getHitsplatCycles()
int[]
getHitsplatIds()
int[]
getHitsplats()
int[]
getHitsplatTypes()
int
getIndex()
Map<Integer,Integer>
getLastHitsplatServerTicks()
int
getOrientation()
String
getOverheadText()
int
getRouteWaypointCount()
byte[]
getRouteWaypointsTraversed()
int[]
getRouteWaypointsX()
int[]
getRouteWaypointsY()
int[]
getSpecialHitsplats()
RSAnimation
getStance()
int
getTargetIndex()
void
setLastHitsplatServerTicks(Map<Integer,Integer> lastHitsplatServerTicks)
-
Methods inherited from interface jag.game.scene.entity.RSEntity
defineModel, getCachedModel, getDebugColor, getHeight, getModel, getModels, isDebugging, setCachedModel, setDebugColor, setDebugging
-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
Methods inherited from interface jag.RSTriplyLinkedNode
getNextTriply, getPreviousTriply, getTriplyKey
-
-
-
-
Method Detail
-
setLastHitsplatServerTicks
void setLastHitsplatServerTicks(Map<Integer,Integer> lastHitsplatServerTicks)
-
getEffects
RSIterableNodeTable<RSPathingEntityEffect> getEffects()
-
getAnimation
RSAnimation getAnimation()
-
getStance
RSAnimation getStance()
-
getIndex
int getIndex()
-
getBoundSize
int getBoundSize()
-
getRouteWaypointsTraversed
byte[] getRouteWaypointsTraversed()
-
getTargetIndex
int getTargetIndex()
-
getRouteWaypointsX
int[] getRouteWaypointsX()
-
getHitsplatIds
int[] getHitsplatIds()
-
getRouteWaypointCount
int getRouteWaypointCount()
-
getAbsoluteX
int getAbsoluteX()
-
getAbsoluteY
int getAbsoluteY()
-
getSpecialHitsplats
int[] getSpecialHitsplats()
-
getHitsplatCount
byte getHitsplatCount()
-
getOrientation
int getOrientation()
-
getOverheadText
String getOverheadText()
-
getAnimationDelay
int getAnimationDelay()
-
getHitsplatTypes
int[] getHitsplatTypes()
-
getHealthBars
RSLinkedList<RSHealthBar> getHealthBars()
-
getHitsplats
int[] getHitsplats()
-
getRouteWaypointsY
int[] getRouteWaypointsY()
-
getHitsplatCycles
int[] getHitsplatCycles()
-
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)
-
-