Package net.runelite.api.events
Class GroundObjectDespawned
- java.lang.Object
-
- net.runelite.api.events.GroundObjectDespawned
-
public class GroundObjectDespawned extends Object
An event where aGroundObject
on aTile
has been removed.
-
-
Constructor Summary
Constructors Constructor Description GroundObjectDespawned()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
GroundObject
getGroundObject()
The removed ground object.Tile
getTile()
The affected tile.int
hashCode()
void
setGroundObject(GroundObject groundObject)
The removed ground object.void
setTile(Tile tile)
The affected tile.String
toString()
-
-
-
Method Detail
-
getTile
public Tile getTile()
The affected tile.
-
getGroundObject
public GroundObject getGroundObject()
The removed ground object.
-
setTile
public void setTile(Tile tile)
The affected tile.
-
setGroundObject
public void setGroundObject(GroundObject groundObject)
The removed ground object.
-
canEqual
protected boolean canEqual(Object other)
-
-