java.lang.Object
net.gcnt.additionsplus.files.menus.Menu

public class Menu extends Object
  • Constructor Details

  • Method Details

    • getByName

      public static Menu getByName(String name)
    • getItemBySlot

      public CustomItem getItemBySlot(int slot)
    • getNoPermissionItemBySlot

      public CustomItem getNoPermissionItemBySlot(int slot)
    • getName

      public String getName()
    • isHideInventory

      public boolean isHideInventory()
    • getPermission

      public String getPermission()
    • getNoPermissionMessage

      public String getNoPermissionMessage()
    • getOpenActions

      public List<String> getOpenActions()
    • getCloseActions

      public List<String> getCloseActions()
    • getCooldown

      public long getCooldown()
    • getCooldownMessage

      public String getCooldownMessage()
    • getTitle

      public String getTitle()
    • getOpenCommand

      public String getOpenCommand()
    • isRegisterOpenCommand

      public boolean isRegisterOpenCommand()
    • getSize

      public Object getSize()
    • isCancelClick

      public boolean isCancelClick()
    • isCancelClosing

      public boolean isCancelClosing()
    • getStaticSlots

      public HashMap<Integer,​org.bukkit.inventory.ItemStack> getStaticSlots()
    • getItems

      public List<CustomItem> getItems()
    • openMenu

      public void openMenu(org.bukkit.entity.Player player, boolean performOpenActions)
    • openMenu

      public void openMenu(org.bukkit.entity.Player player, boolean performOpenActions, boolean skipPermissionCheck, boolean skipCooldownCheck)