Uses of Enum Class
studio.magemonkey.codex.api.armor.ArmorEquipEvent.EquipMethod
Packages that use ArmorEquipEvent.EquipMethod
-
Uses of ArmorEquipEvent.EquipMethod in studio.magemonkey.codex.api.armor
Methods in studio.magemonkey.codex.api.armor that return ArmorEquipEvent.EquipMethodModifier and TypeMethodDescriptionArmorEquipEvent.getMethod()Gets the method used to either equip or unequip an armor piece.static ArmorEquipEvent.EquipMethodReturns the enum constant of this class with the specified name.static ArmorEquipEvent.EquipMethod[]ArmorEquipEvent.EquipMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in studio.magemonkey.codex.api.armor with parameters of type ArmorEquipEvent.EquipMethodModifierConstructorDescriptionArmorEquipEvent(org.bukkit.entity.Player player, ArmorEquipEvent.EquipMethod equipType, ArmorType type, org.bukkit.inventory.ItemStack oldArmorPiece, org.bukkit.inventory.ItemStack newArmorPiece)