Uses of Class
me.boboballoon.enhancedenchantments.enchantment.ArmorEnchantmentTrigger
-
Packages that use ArmorEnchantmentTrigger Package Description me.boboballoon.enhancedenchantments.enchantment This package deals with enchantment class hierarchy -
-
Uses of ArmorEnchantmentTrigger in me.boboballoon.enhancedenchantments.enchantment
Methods in me.boboballoon.enhancedenchantments.enchantment that return ArmorEnchantmentTrigger Modifier and Type Method Description static ArmorEnchantmentTrigger
ArmorEnchantmentTrigger. valueOf(String name)
Returns the enum constant of this type with the specified name.static ArmorEnchantmentTrigger[]
ArmorEnchantmentTrigger. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-