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