Class ScrollItem

All Implemented Interfaces:
Item

public abstract class ScrollItem extends ControlItem<ScrollGui<?>>
Scrolls in a AbstractScrollGui
  • Constructor Details

    • ScrollItem

      public ScrollItem(int scrollLeftClick)
    • ScrollItem

      public ScrollItem(HashMap<org.bukkit.event.inventory.ClickType,Integer> scroll)
  • Method Details

    • handleClick

      public void handleClick(@NotNull @NotNull org.bukkit.event.inventory.ClickType clickType, @NotNull @NotNull org.bukkit.entity.Player player, @NotNull @NotNull org.bukkit.event.inventory.InventoryClickEvent event)
      Description copied from interface: Item
      A method called if the ItemStack associated to this Item has been clicked by a player.
      Parameters:
      clickType - The ClickType the Player performed.
      player - The Player who clicked on the ItemStack.
      event - The InventoryClickEvent associated with this click.