Uses of Enum Class
top.magstar.framework.gui.events.GUICloseEvent.CloseReason
Packages that use GUICloseEvent.CloseReason
-
Uses of GUICloseEvent.CloseReason in top.magstar.framework.gui.events
Methods in top.magstar.framework.gui.events that return GUICloseEvent.CloseReasonModifier and TypeMethodDescriptionGUICloseEvent.getReason()static GUICloseEvent.CloseReasonReturns the enum constant of this class with the specified name.static GUICloseEvent.CloseReason[]GUICloseEvent.CloseReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in top.magstar.framework.gui.events with parameters of type GUICloseEvent.CloseReasonModifierConstructorDescriptionGUICloseEvent(org.bukkit.entity.Player player, ChestGUI gui, GUICloseEvent.CloseReason reason)