Package net.runelite.api
Interface Renderable
-
- All Superinterfaces:
Node
- All Known Subinterfaces:
Actor
,DynamicObject
,GraphicsObject
,Model
,ModelData
,NPC
,Player
,Projectile
,RuneLiteObject
,Scene
,TileItem
public interface Renderable extends Node
Represents an object that can be rendered.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Model
getModel()
Gets the model of the object.int
getModelHeight()
Gets the height of the model.void
setModelHeight(int modelHeight)
-
Methods inherited from interface net.runelite.api.Node
getHash, getNext, getPrevious
-
-
-
-
Method Detail
-
getModel
Model getModel()
Gets the model of the object.
-
getModelHeight
int getModelHeight()
Gets the height of the model.
-
setModelHeight
void setModelHeight(int modelHeight)
-
-