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 interface
Actor
Represents a RuneScape actor/entity.interface
DynamicObject
An animated objectinterface
GraphicsObject
Represents a graphics object/spotanim.interface
Model
Represents the model of an object.interface
ModelData
An unlit modelinterface
NPC
Represents a non-player character in the game.interface
Player
Represents a player entity in the game.interface
Projectile
Represents a projectile entity.interface
RuneLiteObject
Represents a modifiedGraphicsObject
interface
Scene
Represents a 3D sceneinterface
TileItem
Represents an item inside anItemLayer
.Methods in net.runelite.api that return Renderable Modifier and Type Method Description Renderable
ItemLayer. getBottom()
Gets the item at the bottom of the pile.Renderable
ItemLayer. getMiddle()
Gets the item at the middle of the pile.Renderable
DecorativeObject. getRenderable()
Renderable
GameObject. getRenderable()
Renderable
GroundObject. getRenderable()
Renderable
WallObject. getRenderable1()
Renderable
DecorativeObject. getRenderable2()
Renderable
WallObject. getRenderable2()
Renderable
ItemLayer. 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 boolean
Callbacks. draw(Renderable renderable, boolean drawingUi)
Called to test if a renderable should be drawn this framevoid
DrawCallbacks. draw(Projection projection, Scene scene, Renderable renderable, int orientation, int x, int y, int z, long hash)
-