Uses of Interface
net.runelite.api.WallObject
-
Packages that use WallObject Package Description net.runelite.api net.runelite.api.events -
-
Uses of WallObject in net.runelite.api
Methods in net.runelite.api that return WallObject Modifier and Type Method Description WallObjectTile. getWallObject()Gets the wall of the tile. -
Uses of WallObject in net.runelite.api.events
Methods in net.runelite.api.events that return WallObject Modifier and Type Method Description WallObjectWallObjectDespawned. getWallObject()The removed wall object.WallObjectWallObjectSpawned. getWallObject()The newly spawned wall object.Methods in net.runelite.api.events with parameters of type WallObject Modifier and Type Method Description voidWallObjectDespawned. setWallObject(WallObject wallObject)The removed wall object.voidWallObjectSpawned. setWallObject(WallObject wallObject)The newly spawned wall object.
-