Uses of Class
me.croabeast.common.gui.ButtonBuilder

Packages that use ButtonBuilder
Package
Description
 
  • Uses of ButtonBuilder in me.croabeast.common.gui

    Methods in me.croabeast.common.gui that return ButtonBuilder
    Modifier and Type
    Method
    Description
    @NotNull ButtonBuilder
    ButtonBuilder.instance()
    Returns this instance of ButtonBuilder.
    ButtonBuilder.of(int x, int y, boolean value)
    Creates a new ButtonBuilder using the specified x and y coordinates and initial value.
    ButtonBuilder.of(com.github.stefvanschie.inventoryframework.pane.util.Slot slot, boolean value)
    Creates a new ButtonBuilder using the specified slot and initial value.
    @NotNull ButtonBuilder
    ButtonBuilder.setItem(com.github.stefvanschie.inventoryframework.gui.GuiItem item, boolean isEnabled)
    Sets the GUI item for the button.