Package net.runelite.api.events
Class DecorativeObjectDespawned
- java.lang.Object
-
- net.runelite.api.events.DecorativeObjectDespawned
-
public class DecorativeObjectDespawned extends Object
An event where theDecorativeObject
attached to aTile
is removed.
-
-
Constructor Summary
Constructors Constructor Description DecorativeObjectDespawned()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
DecorativeObject
getDecorativeObject()
The removed decorative object.Tile
getTile()
The affected tile.int
hashCode()
void
setDecorativeObject(DecorativeObject decorativeObject)
The removed decorative object.void
setTile(Tile tile)
The affected tile.String
toString()
-
-
-
Method Detail
-
getTile
public Tile getTile()
The affected tile.
-
getDecorativeObject
public DecorativeObject getDecorativeObject()
The removed decorative object.
-
setTile
public void setTile(Tile tile)
The affected tile.
-
setDecorativeObject
public void setDecorativeObject(DecorativeObject decorativeObject)
The removed decorative object.
-
canEqual
protected boolean canEqual(Object other)
-
-