Class ShopView<T extends Ingredient>

All Implemented Interfaces:
org.bukkit.inventory.InventoryHolder

public abstract class ShopView<T extends Ingredient> extends PagedView<T>
  • Field Details

    • comboItem

      protected T extends Ingredient comboItem
    • combo

      protected int combo
  • Constructor Details

    • ShopView

      public ShopView()
  • Method Details

    • makeOperation

      protected abstract boolean makeOperation(org.bukkit.entity.Player player, T item, boolean silent)
    • preValidateOperation

      protected abstract boolean preValidateOperation(org.bukkit.entity.Player player, T item)
    • operationFeedback

      protected abstract void operationFeedback(org.bukkit.entity.Player player, T item, int operations)