Uses of Interface
net.runelite.api.GroundObject
-
Packages that use GroundObject Package Description net.runelite.api net.runelite.api.events -
-
Uses of GroundObject in net.runelite.api
Methods in net.runelite.api that return GroundObject Modifier and Type Method Description GroundObjectTile. getGroundObject()Gets the object on the ground layer of the tile.Methods in net.runelite.api with parameters of type GroundObject Modifier and Type Method Description voidTile. setGroundObject(GroundObject groundObject)Sets the object on the ground layer of the tile. -
Uses of GroundObject in net.runelite.api.events
Methods in net.runelite.api.events that return GroundObject Modifier and Type Method Description GroundObjectGroundObjectDespawned. getGroundObject()The removed ground object.GroundObjectGroundObjectSpawned. getGroundObject()The newly spawned ground object.Methods in net.runelite.api.events with parameters of type GroundObject Modifier and Type Method Description voidGroundObjectDespawned. setGroundObject(GroundObject groundObject)The removed ground object.voidGroundObjectSpawned. setGroundObject(GroundObject groundObject)The newly spawned ground object.
-