| Constructor and Description |
|---|
PetDiedEventData(boolean unknown0,
long killerUniqueEntityId,
long petUniqueEntityId,
int entityDamageCause,
int unknown1) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getEntityDamageCause() |
long |
getKillerUniqueEntityId() |
long |
getPetUniqueEntityId() |
EventDataType |
getType() |
int |
getUnknown1() |
int |
hashCode() |
boolean |
isUnknown0() |
String |
toString() |
public PetDiedEventData(boolean unknown0,
long killerUniqueEntityId,
long petUniqueEntityId,
int entityDamageCause,
int unknown1)
public EventDataType getType()
public boolean isUnknown0()
public long getKillerUniqueEntityId()
public long getPetUniqueEntityId()
public int getEntityDamageCause()
public int getUnknown1()
Copyright © 2018–2019 NukkitX. All rights reserved.