Uses of Enum
de.marcely.bedwars.tools.gui.CenterFormat
Packages that use CenterFormat
-
Uses of CenterFormat in de.marcely.bedwars.tools.gui
Methods in de.marcely.bedwars.tools.gui that return CenterFormatModifier and TypeMethodDescriptionstatic CenterFormat
Returns the enum constant of this type with the specified name.static CenterFormat[]
CenterFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.marcely.bedwars.tools.gui with parameters of type CenterFormatModifier and TypeMethodDescriptiondefault void
ClickableGUI.formatAnyColumn
(CenterFormat format) default void
ClickableGUI.formatAnyColumn
(CenterFormat format, int min, int max) default void
ClickableGUI.formatAnyRow
(CenterFormat format) default void
ClickableGUI.formatAnyRow
(CenterFormat format, int min, int max) default void
ClickableGUI.formatColumn
(int x, CenterFormat format) default void
ClickableGUI.formatColumn
(int x, CenterFormat format, int min, int max) default void
ClickableGUI.formatRow
(int y, CenterFormat format) default void
ClickableGUI.formatRow
(int y, CenterFormat format, int min, int max)