Class GameObjectSpawnedEvent
- java.lang.Object
-
- net.eternalclient.api.listeners.gameobject.GameObjectSpawnedEvent
-
public final class GameObjectSpawnedEvent extends java.lang.ObjectRepresents an event when a game object is spawned.
-
-
Constructor Summary
Constructors Constructor Description GameObjectSpawnedEvent(GameObject gameObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)GameObjectgetGameObject()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
GameObjectSpawnedEvent
public GameObjectSpawnedEvent(GameObject gameObject)
-
-
Method Detail
-
getGameObject
public GameObject getGameObject()
-
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
-
-