Class EditorHolder

java.lang.Object
com.coderyo.coderyogui.EditorHolder
All Implemented Interfaces:
org.bukkit.inventory.InventoryHolder

public class EditorHolder extends Object implements org.bukkit.inventory.InventoryHolder
  • Constructor Details

    • EditorHolder

      public EditorHolder(CustomGUI gui, int pageId)
    • EditorHolder

      public EditorHolder(CustomGUI gui, int pageId, int slot)
    • EditorHolder

      public EditorHolder(CustomGUI gui, int pageId, int slot, int searchPage)
    • EditorHolder

      public EditorHolder(CustomGUI gui, int pageId, int slot, int searchPage, String search)
  • Method Details

    • getInventory

      public org.bukkit.inventory.Inventory getInventory()
      Specified by:
      getInventory in interface org.bukkit.inventory.InventoryHolder
    • getGUI

      public CustomGUI getGUI()
    • getPageId

      public int getPageId()
    • getSlot

      public int getSlot()
    • getSearchPage

      public int getSearchPage()
    • getSearch

      public String getSearch()