Package jag.game.type
Interface RSNpcDefinition
-
- All Superinterfaces:
RSDefinition
,RSDoublyLinkedNode
,RSNode
,RSProvider
,RSTransformableDefinition
public interface RSNpcDefinition extends RSTransformableDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
getActions()
short[]
getColors()
int
getCombatLevel()
int
getId()
int
getIdleAnimation()
int[]
getModelIds()
String
getName()
short[]
getNewColors()
short[]
getNewTextures()
int[]
getOverheadIcons()
short[]
getOverheadIconSprites()
RSIterableNodeTable<? extends RSNode>
getProperties()
int
getScaleXY()
int
getScaleZ()
int
getSize()
short[]
getTextures()
int
getWalkAnimation()
boolean
isRenderedOnMinimap()
boolean
isRenderingPrioritized()
-
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 Detail
-
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()
-
-