| Package | Description |
|---|---|
| com.github.steveice10.mc.protocol.data.game.entity.attribute |
| Modifier and Type | Method and Description |
|---|---|
AttributeType |
Attribute.getType() |
static AttributeType |
AttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeType[] |
AttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Attribute(AttributeType type) |
Attribute(AttributeType type,
double value) |
Attribute(AttributeType type,
double value,
List<AttributeModifier> modifiers) |
Copyright © 2020. All rights reserved.