Class GuiManager

java.lang.Object
com.zetaplugins.lifestealz.util.GuiManager

public final class GuiManager extends Object
  • Field Details

    • REVIVE_GUI_MAP

      public static Map<UUID,Inventory> REVIVE_GUI_MAP
    • REVIVE_BEACON_GUI_MAP

      public static Map<UUID,Inventory> REVIVE_BEACON_GUI_MAP
    • RECIPE_GUI_MAP

      public static Map<UUID,Inventory> RECIPE_GUI_MAP
    • REVIVE_BEACON_INVENTORY_LOCATIONS

      public static Map<UUID,Location> REVIVE_BEACON_INVENTORY_LOCATIONS
  • Method Details

    • openReviveGui

      public static void openReviveGui(Player player, int page)
    • openReviveBeaconGui

      public static void openReviveBeaconGui(Player player, int page, LifeStealZ plugin, Location beaconLocation)