| Package | Description |
|---|---|
| com.github.steveice10.mc.protocol.data.game.entity.attribute |
| Modifier and Type | Method and Description |
|---|---|
ModifierOperation |
AttributeModifier.getOperation() |
static ModifierOperation |
ModifierOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModifierOperation[] |
ModifierOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AttributeModifier(ModifierType type,
double amount,
ModifierOperation operation) |
AttributeModifier(UUID uuid,
double amount,
ModifierOperation operation) |
Copyright © 2020. All rights reserved.