Package jag.game.scene.entity
Interface RSNpc
-
- All Superinterfaces:
RSEntity
,RSNode
,RSPathingEntity
,RSProvider
,RSTriplyLinkedNode
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.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, setAnimation0, setAnimationFrame, setIdleStance, setLastHitsplatServerTicks, setStance0
-
Methods inherited from interface jag.RSTriplyLinkedNode
getNextTriply, getPreviousTriply, getTriplyKey
-
-
-
-
Method Detail
-
getDefinition
RSNpcDefinition getDefinition()
-
getOverheadIcons
RSOverheadIcons getOverheadIcons()
-
getNameOverride
String getNameOverride()
-
-