Class FileExplorerMenu

java.lang.Object
studio.magemonkey.codex.manager.api.menu.Menu
studio.magemonkey.codex.manager.api.menu.FileExplorerMenu
All Implemented Interfaces:
org.bukkit.inventory.InventoryHolder

public class FileExplorerMenu extends Menu
  • Field Details

    • root

      protected final String root
    • path

      protected final String path
  • Constructor Details

    • FileExplorerMenu

      public FileExplorerMenu(org.bukkit.entity.Player player, String root, int rows, String title, Function<File,Slot> fileSlotFunction)
  • Method Details

    • getRoot

      public String getRoot()
    • getPath

      public String getPath()
    • getFullPath

      public String getFullPath()
    • setContents

      public final void setContents()
      Specified by:
      setContents in class Menu