Uses of Interface
net.runelite.api.TileObject
-
Packages that use TileObject Package Description net.runelite.api net.runelite.api.hooks -
-
Uses of TileObject in net.runelite.api
Subinterfaces of TileObject in net.runelite.api Modifier and Type Interface Description interface
DecorativeObject
Represents a decorative object, such as an object on a wall.interface
GameObject
Represents a game object.interface
GroundObject
Represents an object on the ground of a tile.interface
ItemLayer
Represents a pile of items held by a tile.interface
WallObject
Represents one or two walls on a tile -
Uses of TileObject in net.runelite.api.hooks
Methods in net.runelite.api.hooks with parameters of type TileObject Modifier and Type Method Description default void
DrawCallbacks. drawDynamic(Projection worldProjection, Scene scene, TileObject tileObject, Renderable r, Model m, int orient, int x, int y, int z)
-