Uses of Enum Class
valorless.havenbags.gui.AdminGUI.GUIType
Packages that use AdminGUI.GUIType
-
Uses of AdminGUI.GUIType in valorless.havenbags.gui
Methods in valorless.havenbags.gui that return AdminGUI.GUITypeModifier and TypeMethodDescriptionstatic AdminGUI.GUIType
Returns 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.