Uses of Enum Class
valorless.havenbags.gui.AdminGUI.GUIType
Packages that use AdminGUI.GUIType
Package
Description
Graphical user interface classes for players interacting with bags.
-
Uses of AdminGUI.GUIType in valorless.havenbags.gui
Methods in valorless.havenbags.gui that return AdminGUI.GUITypeModifier and TypeMethodDescriptionstatic AdminGUI.GUITypeReturns the enum constant of this class with the specified name.static AdminGUI.GUIType[]AdminGUI.GUIType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in valorless.havenbags.gui with parameters of type AdminGUI.GUITypeModifierConstructorDescriptionAdminGUI(AdminGUI.GUIType type, org.bukkit.entity.Player player) Constructor for AdminGUI without a target player.AdminGUI(AdminGUI.GUIType type, org.bukkit.entity.Player player, org.bukkit.OfflinePlayer target) Constructor for AdminGUI with a target OfflinePlayer.