Package jag.game.scene.entity
Interface RSNpc
-
- All Superinterfaces:
RSDoublyLinkedNode
,RSEntity
,RSNode
,RSPathingEntity
,RSProvider
public interface RSNpc extends RSPathingEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RSNpcDefinition
getDefinition()
String
getNameOverride()
RSOverheadIcons
getOverheadIcons()
-
Methods inherited from interface jag.RSDoublyLinkedNode
getDoublyKey, getNextDoubly, getPreviousDoubly
-
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.game.scene.entity.RSPathingEntity
addHitSplat, addHitUpdate, getAbsoluteX, getAbsoluteY, getAnimation, getAnimationDelay, getAnimationFrame, getAnimationFrameCycle, getBoundSize, getEffect, getEffectFrame, getEffects, getHealthBars, getHitsplatCount, getHitsplatCycles, getHitsplatIds, getHitsplats, getHitsplatTypes, getIndex, getLastHitsplatServerTicks, getOrientation, getOverheadText, getPathOrientation, getRouteWaypointCount, getRouteWaypointsTraversed, getRouteWaypointsX, getRouteWaypointsY, getSpecialHitsplats, getStance, getStanceFrame, getTargetIndex, getWalkingStance, setIndex, setLastHitsplatServerTicks
-
-
-
-
Method Detail
-
getDefinition
RSNpcDefinition getDefinition()
-
getOverheadIcons
RSOverheadIcons getOverheadIcons()
-
getNameOverride
String getNameOverride()
-
-