| Package | Description |
|---|---|
| com.nukkitx.protocol.bedrock | |
| com.nukkitx.protocol.bedrock.data.entity |
| Modifier and Type | Field and Description |
|---|---|
protected Int2ObjectBiMap<EntityEventType> |
BedrockPacketHelper.entityEvents |
| Modifier and Type | Method and Description |
|---|---|
EntityEventType |
BedrockPacketHelper.getEntityEvent(int id) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BedrockPacketHelper.addEntityEvent(int index,
EntityEventType type) |
int |
BedrockPacketHelper.getEntityEventId(EntityEventType type) |
| Modifier and Type | Method and Description |
|---|---|
static EntityEventType |
EntityEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityEventType[] |
EntityEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2022 NukkitX. All rights reserved.