Package jag.game.scene.entity
Interface RSUnlitModel
-
- All Superinterfaces:
RSDoublyLinkedNode
,RSEntity
,RSNode
,RSProvider
public interface RSUnlitModel extends RSEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte
getDefaultRenderPriority()
int[]
getXVertices()
int[]
getYVertices()
int[]
getZVertices()
RSModel
light(int arg0, int arg1, int arg2, int arg3, int arg4)
-
Methods inherited from interface jag.RSDoublyLinkedNode
getDoublyKey, getNextDoubly, getPreviousDoubly
-
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
-
-
-
-
Method Detail
-
getZVertices
int[] getZVertices()
-
getDefaultRenderPriority
byte getDefaultRenderPriority()
-
getXVertices
int[] getXVertices()
-
getYVertices
int[] getYVertices()
-
light
RSModel light(int arg0, int arg1, int arg2, int arg3, int arg4)
-
-