Class ChestWindow

All Implemented Interfaces:
org.bukkit.inventory.InventoryHolder
Direct Known Subclasses:
TradeWindow

public abstract class ChestWindow extends Window
  • Constructor Details

    • ChestWindow

      public ChestWindow(GUI gui, int rows, String title)
      Creates a new window to be used in a gui
      Parameters:
      gui - The GUI to use
      rows - The amount of Rows per Page (1 - 6)
      title - The title of the Window (will be color translated)
      Throws:
      RowsOutOfBoundsException - if rows are less than 1 or greater than 6
  • Method Details