| Package | Description |
|---|---|
| com.nukkitx.protocol.bedrock.data |
| Modifier and Type | Method and Description |
|---|---|
static EntityData |
EntityData.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityData[] |
EntityData.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EntityDataDictionary.contains(EntityData entityData) |
<T> T |
EntityDataDictionary.get(EntityData entityData) |
EntityData.Type |
EntityDataDictionary.getType(EntityData entityData) |
Object |
EntityDataDictionary.put(EntityData entityData,
Object o) |
Copyright © 2018–2019 NukkitX. All rights reserved.