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