Uses of Class
me.croabeast.common.gui.ButtonBuilder
Packages that use ButtonBuilder
-
Uses of ButtonBuilder in me.croabeast.common.gui
Methods in me.croabeast.common.gui that return ButtonBuilderModifier and TypeMethodDescription@NotNull ButtonBuilderButtonBuilder.instance()Returns this instance ofButtonBuilder.static ButtonBuilderButtonBuilder.of(int x, int y, boolean value) Creates a newButtonBuilderusing the specified x and y coordinates and initial value.static ButtonBuilderButtonBuilder.of(com.github.stefvanschie.inventoryframework.pane.util.Slot slot, boolean value) Creates a newButtonBuilderusing the specified slot and initial value.@NotNull ButtonBuilderButtonBuilder.setItem(com.github.stefvanschie.inventoryframework.gui.GuiItem item, boolean isEnabled) Sets the GUI item for the button.