| Constructor and Description |
|---|
MobKilledEventData(long killerUniqueEntityId,
long victimUniqueEntityId,
int killerEntityType,
int entityDamageCause) |
MobKilledEventData(long killerUniqueEntityId,
long victimUniqueEntityId,
int killerEntityType,
int entityDamageCause,
int villagerTradeTier,
java.lang.String villagerDisplayName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getEntityDamageCause() |
int |
getKillerEntityType() |
long |
getKillerUniqueEntityId() |
EventDataType |
getType() |
long |
getVictimUniqueEntityId() |
java.lang.String |
getVillagerDisplayName() |
int |
getVillagerTradeTier() |
int |
hashCode() |
java.lang.String |
toString() |
public MobKilledEventData(long killerUniqueEntityId,
long victimUniqueEntityId,
int killerEntityType,
int entityDamageCause)
public MobKilledEventData(long killerUniqueEntityId,
long victimUniqueEntityId,
int killerEntityType,
int entityDamageCause,
int villagerTradeTier,
java.lang.String villagerDisplayName)
public EventDataType getType()
public long getKillerUniqueEntityId()
public long getVictimUniqueEntityId()
public int getKillerEntityType()
public int getEntityDamageCause()
public int getVillagerTradeTier()
public java.lang.String getVillagerDisplayName()
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