Uses of Interface
net.runelite.api.DecorativeObject
-
Packages that use DecorativeObject Package Description net.runelite.api net.runelite.api.events -
-
Uses of DecorativeObject in net.runelite.api
Methods in net.runelite.api that return DecorativeObject Modifier and Type Method Description DecorativeObjectTile. getDecorativeObject()Gets the decoration on the tile. -
Uses of DecorativeObject in net.runelite.api.events
Methods in net.runelite.api.events that return DecorativeObject Modifier and Type Method Description DecorativeObjectDecorativeObjectDespawned. getDecorativeObject()The removed decorative object.DecorativeObjectDecorativeObjectSpawned. getDecorativeObject()The newly spawned decorative object.Methods in net.runelite.api.events with parameters of type DecorativeObject Modifier and Type Method Description voidDecorativeObjectDespawned. setDecorativeObject(DecorativeObject decorativeObject)The removed decorative object.voidDecorativeObjectSpawned. setDecorativeObject(DecorativeObject decorativeObject)The newly spawned decorative object.
-