Package net.runelite.api.events
Class GameObjectDespawned
- java.lang.Object
-
- net.runelite.api.events.GameObjectDespawned
-
public class GameObjectDespawned extends Object
An event where aGameObject
on aTile
is removed.
-
-
Constructor Summary
Constructors Constructor Description GameObjectDespawned()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
GameObject
getGameObject()
The removed game object.Tile
getTile()
The affected tile.int
hashCode()
void
setGameObject(GameObject gameObject)
The removed game object.void
setTile(Tile tile)
The affected tile.String
toString()
-
-
-
Method Detail
-
getTile
public Tile getTile()
The affected tile.
-
getGameObject
public GameObject getGameObject()
The removed game object.
-
setTile
public void setTile(Tile tile)
The affected tile.
-
setGameObject
public void setGameObject(GameObject gameObject)
The removed game object.
-
canEqual
protected boolean canEqual(Object other)
-
-