Uses of Enum Class
net.tnemc.item.component.helper.EquipSlot
Packages that use EquipSlot
Package
Description
-
Uses of EquipSlot in net.tnemc.item
Methods in net.tnemc.item with parameters of type EquipSlot -
Uses of EquipSlot in net.tnemc.item.attribute
Methods in net.tnemc.item.attribute that return EquipSlotMethods in net.tnemc.item.attribute with parameters of type EquipSlotConstructors in net.tnemc.item.attribute with parameters of type EquipSlotModifierConstructorDescriptionSerialAttribute
(UUID identifier, String name, double amount, SerialAttributeOperation operation, EquipSlot slot) -
Uses of EquipSlot in net.tnemc.item.bukkit
Methods in net.tnemc.item.bukkit with parameters of type EquipSlot -
Uses of EquipSlot in net.tnemc.item.component.helper
Methods in net.tnemc.item.component.helper that return EquipSlotModifier and TypeMethodDescriptionAttributeModifier.getSlot()
static EquipSlot
Returns the enum constant of this class with the specified name.static EquipSlot[]
EquipSlot.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.tnemc.item.component.helper with parameters of type EquipSlot -
Uses of EquipSlot in net.tnemc.item.component.impl
Methods in net.tnemc.item.component.impl that return EquipSlotMethods in net.tnemc.item.component.impl with parameters of type EquipSlotConstructors in net.tnemc.item.component.impl with parameters of type EquipSlotModifierConstructorDescriptionEquipComponent
(String cameraKey, String equipSound, String modelKey, EquipSlot slot) EquipComponent
(String cameraKey, String equipSound, String modelKey, EquipSlot slot, boolean damageOnHurt) EquipComponent
(String cameraKey, String equipSound, String modelKey, EquipSlot slot, boolean damageOnHurt, boolean dispensable) EquipComponent
(String cameraKey, String equipSound, String modelKey, EquipSlot slot, boolean damageOnHurt, boolean dispensable, boolean swappable) EquipComponent
(String cameraKey, String equipSound, String modelKey, EquipSlot slot, boolean damageOnHurt, boolean dispensable, boolean swappable, boolean equipOnInteract) EquipComponent
(String cameraKey, String equipSound, String modelKey, EquipSlot slot, boolean damageOnHurt, boolean dispensable, boolean swappable, boolean equipOnInteract, List<String> entities) -
Uses of EquipSlot in net.tnemc.item.paper
Methods in net.tnemc.item.paper with parameters of type EquipSlot