Class FeaturesGUI.OpenGUIs

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

public static class FeaturesGUI.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, FeaturesGUI gui)
    • contains

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

      public static boolean contains(FeaturesGUI gui)
    • get

      public static FeaturesGUI get(org.bukkit.entity.Player player)
    • remove

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

      public static void remove(FeaturesGUI gui)
    • closeAll

      public static void closeAll()