Class UpgradeGUI.OpenGUIs

java.lang.Object
valorless.havenbags.gui.UpgradeGUI.OpenGUIs
Enclosing class:
UpgradeGUI

public static class UpgradeGUI.OpenGUIs extends Object
Static class to keep track of all open UpgradeGUIs. Used to close all open GUIs when the server stops or the plugin is disabled.
  • Constructor Details

    • OpenGUIs

      public OpenGUIs()
  • Method Details

    • Add

      public static void Add(org.bukkit.entity.Player player, UpgradeGUI gui)
    • Contains

      public static boolean Contains(org.bukkit.entity.Player player)
    • Contains

      public static boolean Contains(UpgradeGUI gui)
    • Get

      public static UpgradeGUI Get(org.bukkit.entity.Player player)
    • Remove

      public static void Remove(org.bukkit.entity.Player player)
    • Remove

      public static void Remove(UpgradeGUI gui)
    • CloseAll

      public static void CloseAll()