| Package | Description |
|---|---|
| com.github.steveice10.mc.protocol.data.game.entity.metadata |
| Modifier and Type | Method and Description |
|---|---|
MetadataType |
EntityMetadata.getType() |
static MetadataType |
MetadataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataType[] |
MetadataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EntityMetadata(int id,
MetadataType type,
Object value) |
Copyright © 2020. All rights reserved.