Uses of Enum Class
studio.magemonkey.codex.api.armor.ArmorType
Packages that use ArmorType
-
Uses of ArmorType in studio.magemonkey.codex.api.armor
Methods in studio.magemonkey.codex.api.armor that return ArmorTypeModifier and TypeMethodDescriptionfinal ArmorTypeArmorEquipEvent.getType()static ArmorTypeArmorType.matchType(org.bukkit.inventory.ItemStack itemStack) Attempts to match the ArmorType for the specified ItemStack.static ArmorTypeReturns the enum constant of this class with the specified name.static ArmorType[]ArmorType.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 ArmorTypeModifierConstructorDescriptionArmorEquipEvent(org.bukkit.entity.Player player, ArmorEquipEvent.EquipMethod equipType, ArmorType type, org.bukkit.inventory.ItemStack oldArmorPiece, org.bukkit.inventory.ItemStack newArmorPiece)