Package jag.game.type
Interface RSNpcDefinition
- All Superinterfaces:
RSDefinition
,RSDoublyLinkedNode
,RSNode
,RSProvider
,RSTransformableDefinition
-
Method Summary
Methods inherited from interface jag.game.type.RSDefinition
containsAction
Methods inherited from interface jag.RSDoublyLinkedNode
getDoublyKey, getNextDoubly, getPreviousDoubly
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
Methods inherited from interface jag.game.type.RSTransformableDefinition
getTransformIds, getVarpbitIndex, getVarpIndex
-
Method Details
-
getOverheadIcons
int[] getOverheadIcons() -
getOverheadIconSprites
short[] getOverheadIconSprites() -
isRenderingPrioritized
boolean isRenderingPrioritized() -
getTextures
short[] getTextures() -
getIdleAnimation
int getIdleAnimation() -
getColors
short[] getColors() -
getScaleXY
int getScaleXY() -
isRenderedOnMinimap
boolean isRenderedOnMinimap() -
getScaleZ
int getScaleZ() -
getSize
int getSize() -
getModelIds
int[] getModelIds() -
getNewColors
short[] getNewColors() -
getName
String getName()- Specified by:
getName
in interfaceRSDefinition
-
getWalkAnimation
int getWalkAnimation() -
getId
int getId()- Specified by:
getId
in interfaceRSDefinition
-
getCombatLevel
int getCombatLevel() -
getActions
String[] getActions()- Specified by:
getActions
in interfaceRSDefinition
-
getNewTextures
short[] getNewTextures() -
getProperties
RSIterableNodeTable<? extends RSNode> getProperties()
-