Enum Class GuiFlag

java.lang.Object
java.lang.Enum<GuiFlag>
com.github.darksoulq.abyssallib.world.gui.GuiFlag
All Implemented Interfaces:
Serializable, Comparable<GuiFlag>, Constable

public enum GuiFlag extends Enum<GuiFlag>
Flags used to configure and restrict the behavior of a Gui.

These constants are checked by the GUI event system to determine whether certain interactions should be handled by the API, ignored, or blocked entirely.