Index
All Classes|All Packages|Deprecated API
E
- EnchantmentWrapper - Class in me.manossef.api.wrappers
-
This class contains the constructors used to construct custom enchantments, as well as the methods needed for those constructors.
- EnchantmentWrapper(String, String, int) - Constructor for class me.manossef.api.wrappers.EnchantmentWrapper
-
Creates a new enchantment with a key in the "minecraft:" namespace, a name and a maximum level specified.
- EnchantmentWrapper(String, String, int, int) - Constructor for class me.manossef.api.wrappers.EnchantmentWrapper
-
Creates a new enchantment with a key in the "minecraft:" namespace, a name, a maximum level and a starting level specified.
- EnchantmentWrapper(String, String, int, int, EnchantmentTarget) - Constructor for class me.manossef.api.wrappers.EnchantmentWrapper
-
Creates a new enchantment with a key in the "minecraft:" namespace, a name, a maximum level, a starting level and an item target specified.
- EnchantmentWrapper(String, String, int, int, EnchantmentTarget, boolean) - Constructor for class me.manossef.api.wrappers.EnchantmentWrapper
-
Creates a new enchantment with a key in the "minecraft:" namespace, a name, a maximum level, a starting level and an item target specified, as well as whether it is a treasure enchantment.
- EnchantmentWrapper(String, String, int, int, EnchantmentTarget, boolean, boolean) - Constructor for class me.manossef.api.wrappers.EnchantmentWrapper
-
Deprecated.This constructor uses isCursed, which makes no difference.
- EnchantmentWrapper(NamespacedKey, String, int) - Constructor for class me.manossef.api.wrappers.EnchantmentWrapper
-
Creates a new enchantment with a namespaced key, a name and a maximum level specified.
- EnchantmentWrapper(NamespacedKey, String, int, int) - Constructor for class me.manossef.api.wrappers.EnchantmentWrapper
-
Creates a new enchantment with a namespaced key, a name, a maximum level and a starting level specified.
- EnchantmentWrapper(NamespacedKey, String, int, int, EnchantmentTarget) - Constructor for class me.manossef.api.wrappers.EnchantmentWrapper
-
Creates a new enchantment with a namespaced key, a name, a maximum level, a starting level and an item target specified.
- EnchantmentWrapper(NamespacedKey, String, int, int, EnchantmentTarget, boolean) - Constructor for class me.manossef.api.wrappers.EnchantmentWrapper
-
Creates a new enchantment with a namespaced key, a name, a maximum level, a starting level and an item target specified, as well as whether it is a treasure enchantment.
All Classes|All Packages|Deprecated API