| Constructor and Description |
|---|
PetDiedEventData(boolean ownerKilled,
long killerUniqueEntityId,
long petUniqueEntityId,
int entityDamageCause,
int petEntityType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getEntityDamageCause() |
long |
getKillerUniqueEntityId() |
int |
getPetEntityType() |
long |
getPetUniqueEntityId() |
EventDataType |
getType() |
int |
hashCode() |
boolean |
isOwnerKilled() |
java.lang.String |
toString() |
public PetDiedEventData(boolean ownerKilled,
long killerUniqueEntityId,
long petUniqueEntityId,
int entityDamageCause,
int petEntityType)
public EventDataType getType()
public boolean isOwnerKilled()
public long getKillerUniqueEntityId()
public long getPetUniqueEntityId()
public int getEntityDamageCause()
public int getPetEntityType()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object