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 voidaddHitSplat(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)voidaddHitUpdate(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)intgetAbsoluteX()intgetAbsoluteY()RSAnimationgetAnimation()intgetAnimationDelay()intgetBoundSize()RSIterableNodeTable<RSPathingEntityEffect>getEffects()RSLinkedList<RSHealthBar>getHealthBars()bytegetHitsplatCount()int[]getHitsplatCycles()int[]getHitsplatIds()int[]getHitsplats()int[]getHitsplatTypes()intgetIndex()Map<Integer,Integer>getLastHitsplatServerTicks()intgetOrientation()StringgetOverheadText()intgetRouteWaypointCount()byte[]getRouteWaypointsTraversed()int[]getRouteWaypointsX()int[]getRouteWaypointsY()int[]getSpecialHitsplats()RSAnimationgetStance()intgetTargetIndex()intgetWorldMatrixId()voidsetLastHitsplatServerTicks(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)
-
getWorldMatrixId
int getWorldMatrixId()
-
-