Uses of Enum
com.jeff_media.armorequipevent.ArmorType
-
Uses of ArmorType in com.jeff_media.armorequipevent
Methods in com.jeff_media.armorequipevent that return ArmorTypeModifier and TypeMethodDescriptionfinal ArmorTypeArmorEquipEvent.getType()Returns the type of armor involved in this eventstatic ArmorTypeAttempts to match the ArmorType for the specified ItemStack.static ArmorTypeReturns the enum constant of this type with the specified name.static ArmorType[]ArmorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.jeff_media.armorequipevent with parameters of type ArmorTypeModifierConstructorDescriptionArmorEquipEvent(Player player, ArmorEquipEvent.EquipMethod equipType, ArmorType type, ItemStack oldArmorPiece, ItemStack newArmorPiece) Creates a new ArmorEquipEvent