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