| Package | Description |
|---|---|
| org.cloudburstmc.server.item.enchantment.damage |
| Modifier and Type | Field and Description |
|---|---|
protected EnchantmentDamage.TYPE |
EnchantmentDamage.damageType |
| Modifier and Type | Method and Description |
|---|---|
static EnchantmentDamage.TYPE |
EnchantmentDamage.TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnchantmentDamage.TYPE[] |
EnchantmentDamage.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EnchantmentDamage(int id,
String name,
int weight,
EnchantmentDamage.TYPE type) |
Copyright © 2020. All rights reserved.