| Constructor and Description |
|---|
BossKilledEventData(long bossUniqueEntityId,
int playerPartySize,
int legacyEntityTypeId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getBossUniqueEntityId() |
int |
getLegacyEntityTypeId() |
int |
getPlayerPartySize() |
EventDataType |
getType() |
int |
hashCode() |
String |
toString() |
public BossKilledEventData(long bossUniqueEntityId,
int playerPartySize,
int legacyEntityTypeId)
public EventDataType getType()
public long getBossUniqueEntityId()
public int getPlayerPartySize()
public int getLegacyEntityTypeId()
Copyright © 2018–2019 NukkitX. All rights reserved.