Uses of Interface
net.runelite.api.Renderable
-
Packages that use Renderable Package Description net.runelite.api net.runelite.api.hooks -
-
Uses of Renderable in net.runelite.api
Subinterfaces of Renderable in net.runelite.api Modifier and Type Interface Description interfaceActorRepresents a RuneScape actor/entity.interfaceDynamicObjectAn animated objectinterfaceGraphicsObjectRepresents a graphics object/spotanim.interfaceModelRepresents the model of an object.interfaceModelDataAn unlit modelinterfaceNPCRepresents a non-player character in the game.interfacePlayerRepresents a player entity in the game.interfaceProjectileRepresents a projectile entity.interfaceSceneRepresents a 3D sceneinterfaceTileItemRepresents an item inside anItemLayer.Methods in net.runelite.api that return Renderable Modifier and Type Method Description RenderableItemLayer. getBottom()Gets the item at the bottom of the pile.RenderableItemLayer. getMiddle()Gets the item at the middle of the pile.RenderableDecorativeObject. getRenderable()RenderableGameObject. getRenderable()RenderableGroundObject. getRenderable()RenderableWallObject. getRenderable1()RenderableDecorativeObject. getRenderable2()RenderableWallObject. getRenderable2()RenderableItemLayer. getTop()Gets the item at the top of the pile. -
Uses of Renderable in net.runelite.api.hooks
Methods in net.runelite.api.hooks with parameters of type Renderable Modifier and Type Method Description booleanCallbacks. draw(Renderable renderable, boolean drawingUi)Called to test if a renderable should be drawn this framedefault voidDrawCallbacks. draw(Projection projection, Scene scene, Renderable renderable, int orientation, int x, int y, int z, long hash)default voidDrawCallbacks. drawDynamic(Projection worldProjection, Scene scene, TileObject tileObject, Renderable r, Model m, int orient, int x, int y, int z)
-