Uses of Interface
net.runelite.api.SceneTilePaint
-
Packages that use SceneTilePaint Package Description net.runelite.api net.runelite.api.hooks -
-
Uses of SceneTilePaint in net.runelite.api
Methods in net.runelite.api that return SceneTilePaint Modifier and Type Method Description SceneTilePaint
Client. createSceneTilePaint(int swColor, int seColor, int neColor, int nwColor, int texture, int minimapRgb, boolean flatShade)
Creates a SceneTilePaint instance, which can be attached to a Tile to control its appearance.SceneTilePaint
Tile. getSceneTilePaint()
Gets the scene paint of the tile.Methods in net.runelite.api with parameters of type SceneTilePaint Modifier and Type Method Description void
Tile. setSceneTilePaint(SceneTilePaint paint)
Sets the scene paint of the tile. -
Uses of SceneTilePaint in net.runelite.api.hooks
Methods in net.runelite.api.hooks with parameters of type SceneTilePaint Modifier and Type Method Description default void
DrawCallbacks. drawScenePaint(Scene scene, SceneTilePaint paint, int plane, int tileX, int tileZ)
-