Package net.runelite.api.events
Class DecorativeObjectSpawned
- java.lang.Object
-
- net.runelite.api.events.DecorativeObjectSpawned
-
public class DecorativeObjectSpawned extends Object
An event where aDecorativeObject
is attached to aTile
.
-
-
Constructor Summary
Constructors Constructor Description DecorativeObjectSpawned()
-
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 newly spawned decorative object.Tile
getTile()
The affected tile.int
hashCode()
void
setDecorativeObject(DecorativeObject decorativeObject)
The newly spawned 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 newly spawned decorative object.
-
setTile
public void setTile(Tile tile)
The affected tile.
-
setDecorativeObject
public void setDecorativeObject(DecorativeObject decorativeObject)
The newly spawned decorative object.
-
canEqual
protected boolean canEqual(Object other)
-
-