Uses of Enum Class
com.destroystokyo.paper.event.player.PlayerArmorChangeEvent.SlotType
Packages that use PlayerArmorChangeEvent.SlotType
-
Uses of PlayerArmorChangeEvent.SlotType in com.destroystokyo.paper.event.player
Methods in com.destroystokyo.paper.event.player that return PlayerArmorChangeEvent.SlotTypeModifier and TypeMethodDescriptionPlayerArmorChangeEvent.SlotType.getByMaterial(Material material) Deprecated.Gets the type of slot via the specified materialPlayerArmorChangeEvent.getSlotType()Deprecated.Deprecated.Returns the enum constant of this class with the specified name.static PlayerArmorChangeEvent.SlotType[]PlayerArmorChangeEvent.SlotType.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.destroystokyo.paper.event.player with parameters of type PlayerArmorChangeEvent.SlotTypeModifierConstructorDescriptionPlayerArmorChangeEvent(Player player, PlayerArmorChangeEvent.SlotType slotType, ItemStack oldItem, ItemStack newItem)
PlayerArmorChangeEvent.SlotTypedoes not accurately represent what item types are valid in each slot.