Uses of Interface
net.runelite.api.SceneTileModel
-
Packages that use SceneTileModel Package Description net.runelite.api net.runelite.api.hooks -
-
Uses of SceneTileModel in net.runelite.api
Methods in net.runelite.api that return SceneTileModel Modifier and Type Method Description SceneTileModel
Tile. getSceneTileModel()
Gets the model of the tile in the scene.Methods in net.runelite.api with parameters of type SceneTileModel Modifier and Type Method Description void
Tile. setSceneTileModel(SceneTileModel model)
Sets the model of the tile in the scene. -
Uses of SceneTileModel in net.runelite.api.hooks
Methods in net.runelite.api.hooks with parameters of type SceneTileModel Modifier and Type Method Description default void
DrawCallbacks. drawSceneTileModel(Scene scene, SceneTileModel model, int tileX, int tileZ)
-