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 CenterFormatReturns 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 voidClickableGUI.formatAnyColumn(CenterFormat format) default voidClickableGUI.formatAnyColumn(CenterFormat format, int min, int max) default voidClickableGUI.formatAnyRow(CenterFormat format) default voidClickableGUI.formatAnyRow(CenterFormat format, int min, int max) default voidClickableGUI.formatColumn(int x, CenterFormat format) default voidClickableGUI.formatColumn(int x, CenterFormat format, int min, int max) default voidClickableGUI.formatRow(int y, CenterFormat format) default voidClickableGUI.formatRow(int y, CenterFormat format, int min, int max)