Package net.runelite.api.events
Class DecorativeObjectSpawned
- java.lang.Object
-
- net.runelite.api.events.DecorativeObjectSpawned
-
public class DecorativeObjectSpawned extends java.lang.ObjectAn event where aDecorativeObjectis attached to aTile.
-
-
Constructor Summary
Constructors Constructor Description DecorativeObjectSpawned()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)DecorativeObjectgetDecorativeObject()The newly spawned decorative object.TilegetTile()The affected tile.inthashCode()voidsetDecorativeObject(DecorativeObject decorativeObject)The newly spawned decorative object.voidsetTile(Tile tile)The affected tile.java.lang.StringtoString()
-
-
-
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.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-