Uses of Enum Class
ru.cwcode.cwutils.items.activeItem.ItemAction
Packages that use ItemAction
-
Uses of ItemAction in ru.cwcode.cwutils.items.activeItem
Methods in ru.cwcode.cwutils.items.activeItem that return ItemActionModifier and TypeMethodDescriptionItemActionEvent.getAction()static ItemActionReturns the enum constant of this class with the specified name.static ItemAction[]ItemAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ru.cwcode.cwutils.items.activeItem with parameters of type ItemActionModifier and TypeMethodDescriptionActiveItemBuilder.bind(ItemAction action, Consumer<ItemActionEvent> function) booleanActiveItem.isBinded(ItemAction action) Method parameters in ru.cwcode.cwutils.items.activeItem with type arguments of type ItemActionModifier and TypeMethodDescriptionActiveItemBuilder.bind(List<ItemAction> bindActions, Consumer<ItemActionEvent> function) Constructors in ru.cwcode.cwutils.items.activeItem with parameters of type ItemActionModifierConstructorDescriptionItemActionEvent(org.bukkit.entity.Player player, org.bukkit.inventory.ItemStack itemStack, ItemAction action, org.bukkit.event.Cancellable cancellable) ItemActionEvent(org.bukkit.entity.Player player, org.bukkit.inventory.ItemStack itemStack, ItemAction action, org.bukkit.event.Cancellable cancellable, org.bukkit.inventory.EquipmentSlot hand) Constructor parameters in ru.cwcode.cwutils.items.activeItem with type arguments of type ItemActionModifierConstructorDescriptionActiveItem(Predicate<org.bukkit.inventory.ItemStack> predicate, HashMap<ItemAction, Consumer<ItemActionEvent>> functions, org.bukkit.plugin.java.JavaPlugin plugin)