Package jag.game.scene.entity
Interface RSPathingEntity
- All Superinterfaces:
RSDoublyLinkedNode
,RSEntity
,RSNode
,RSProvider
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
int
int
int
int
int
int
int
int
byte
int[]
int[]
int[]
int[]
int
getIndex()
int
int
int
byte[]
int[]
int[]
int[]
int
int
int
int
void
setIndex
(int index) Methods inherited from interface jag.RSDoublyLinkedNode
getDoublyKey, getNextDoubly, getPreviousDoubly
Methods inherited from interface jag.game.scene.entity.RSEntity
defineModel, getDebugColor, getHeight, getModel, getModels, isDebugging, setDebugColor, setDebugging
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
Method Details
-
getEffects
RSIterableNodeTable<RSPathingEntityEffect> 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)
-