Package | Description |
---|---|
org.bukkit.attribute |
Modifier and Type | Method | Description |
---|---|---|
AttributeModifier.Operation |
AttributeModifier.getOperation() |
Get the operation this modifier will apply.
|
static AttributeModifier.Operation |
AttributeModifier.Operation.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AttributeModifier.Operation[] |
AttributeModifier.Operation.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor | Description |
---|---|
AttributeModifier(java.lang.String name,
double amount,
AttributeModifier.Operation operation) |
|
AttributeModifier(java.util.UUID uuid,
java.lang.String name,
double amount,
AttributeModifier.Operation operation) |
Copyright © 2018. All rights reserved.