| Constructor and Description |
|---|
BossKilledEventData(long bossUniqueEntityId,
int playerPartySize,
int bossEntityType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getBossEntityType() |
long |
getBossUniqueEntityId() |
int |
getPlayerPartySize() |
EventDataType |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public BossKilledEventData(long bossUniqueEntityId,
int playerPartySize,
int bossEntityType)
public EventDataType getType()
public long getBossUniqueEntityId()
public int getPlayerPartySize()
public int getBossEntityType()
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