Package jag.game.type
Interface RSObjectDefinition
-
- All Superinterfaces:
RSDefinition
,RSDoublyLinkedNode
,RSNode
,RSProvider
,RSTransformableDefinition
public interface RSObjectDefinition extends RSTransformableDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
getActions()
int
getAmbient()
int
getAmbientSoundId()
int
getAnimation()
int
getClipType()
short[]
getColors()
int
getContrast()
int
getId()
int
getItemSupport()
int
getMapDoorFlag()
int
getMapFunction()
int
getMapSceneId()
int[]
getModelIds()
String
getName()
short[]
getNewColors()
short[]
getNewTextures()
RSIterableNodeTable<? extends RSNode>
getProperties()
int
getScaleX()
int
getScaleY()
int
getScaleZ()
int
getSizeX()
int
getSizeY()
short[]
getTextures()
int
getTranslateX()
int
getTranslateY()
int
getTranslateZ()
boolean
isClipped()
boolean
isImpenetrable()
boolean
isProjectileClipped()
boolean
isRotated()
boolean
isSolid()
-
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
-
getTextures
short[] getTextures()
-
getMapSceneId
int getMapSceneId()
-
getAmbient
int getAmbient()
-
getScaleZ
int getScaleZ()
-
getColors
short[] getColors()
-
getScaleX
int getScaleX()
-
getScaleY
int getScaleY()
-
getTranslateZ
int getTranslateZ()
-
getModelIds
int[] getModelIds()
-
getTranslateY
int getTranslateY()
-
getTranslateX
int getTranslateX()
-
getNewColors
short[] getNewColors()
-
getMapFunction
int getMapFunction()
-
getId
int getId()
- Specified by:
getId
in interfaceRSDefinition
-
getNewTextures
short[] getNewTextures()
-
getClipType
int getClipType()
-
getItemSupport
int getItemSupport()
-
isSolid
boolean isSolid()
-
isRotated
boolean isRotated()
-
getAmbientSoundId
int getAmbientSoundId()
-
getMapDoorFlag
int getMapDoorFlag()
-
getAnimation
int getAnimation()
-
isClipped
boolean isClipped()
-
getSizeX
int getSizeX()
-
isImpenetrable
boolean isImpenetrable()
-
isProjectileClipped
boolean isProjectileClipped()
-
getContrast
int getContrast()
-
getName
String getName()
- Specified by:
getName
in interfaceRSDefinition
-
getActions
String[] getActions()
- Specified by:
getActions
in interfaceRSDefinition
-
getSizeY
int getSizeY()
-
getProperties
RSIterableNodeTable<? extends RSNode> getProperties()
-
-