Uses of Enum
com.jeff_media.armorequipevent.ArmorEquipEvent.EquipMethod
-
Uses of ArmorEquipEvent.EquipMethod in com.jeff_media.armorequipevent
Methods in com.jeff_media.armorequipevent 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 type with the specified name.static ArmorEquipEvent.EquipMethod[]ArmorEquipEvent.EquipMethod.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 ArmorEquipEvent.EquipMethodModifierConstructorDescriptionArmorEquipEvent(Player player, ArmorEquipEvent.EquipMethod equipType, ArmorType type, ItemStack oldArmorPiece, ItemStack newArmorPiece) Creates a new ArmorEquipEvent