Uses of Enum
de.marcely.bedwars.tools.gui.CenterFormat
Packages that use CenterFormat
-
Uses of CenterFormat in de.marcely.bedwars.tools.gui
Subclasses with type arguments of type CenterFormat in de.marcely.bedwars.tools.guiMethods 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) Reformats all items of all column.default voidClickableGUI.formatAnyColumn(CenterFormat format, int min, int max) Reformats all items of all column.default voidClickableGUI.formatAnyRow(CenterFormat format) Reformats all items of all rows.default voidClickableGUI.formatAnyRow(CenterFormat format, int min, int max) Reformats all items of all rows.default voidClickableGUI.formatColumn(int x, CenterFormat format) Reformats all items within a column.default voidClickableGUI.formatColumn(int x, CenterFormat format, int min, int max) Reformats all items within a column.default voidClickableGUI.formatRow(int y, CenterFormat format) Reformats all items within a row.default voidClickableGUI.formatRow(int y, CenterFormat format, int min, int max) Reformats all items within a row.