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()intgetAmbient()intgetAmbientSoundId()intgetAnimation()intgetClipType()short[]getColors()intgetContrast()intgetId()intgetItemSupport()intgetMapDoorFlag()intgetMapFunction()intgetMapSceneId()int[]getModelIds()StringgetName()short[]getNewColors()short[]getNewTextures()RSIterableNodeTable<? extends RSNode>getProperties()intgetScaleX()intgetScaleY()intgetScaleZ()intgetSizeX()intgetSizeY()short[]getTextures()intgetTranslateX()intgetTranslateY()intgetTranslateZ()booleanisClipped()booleanisImpenetrable()booleanisProjectileClipped()booleanisRotated()booleanisSolid()-
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:
getIdin 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:
getNamein interfaceRSDefinition
-
getActions
String[] getActions()
- Specified by:
getActionsin interfaceRSDefinition
-
getSizeY
int getSizeY()
-
getProperties
RSIterableNodeTable<? extends RSNode> getProperties()
-
-