Class GroundItemUpdateEvent
- java.lang.Object
-
- net.eternalclient.api.listeners.grounditem.GroundItemUpdateEvent
-
public final class GroundItemUpdateEvent extends java.lang.ObjectGroundItemUpdateEvent represents an event when a ground item is updated.
-
-
Constructor Summary
Constructors Constructor Description GroundItemUpdateEvent(GroundItem groundItem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)GroundItemgetGroundItem()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
GroundItemUpdateEvent
public GroundItemUpdateEvent(GroundItem groundItem)
-
-
Method Detail
-
getGroundItem
public GroundItem getGroundItem()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-