java.lang.Object
me.hsgamer.hscore.minecraft.gui.button.impl.SimpleButton
me.hsgamer.hscore.minecraft.gui.button.impl.NullButton
All Implemented Interfaces:
Button, me.hsgamer.hscore.ui.property.Initializable

public class NullButton extends SimpleButton
The null button, only with action
  • Constructor Details

    • NullButton

      public NullButton(@NotNull @NotNull Consumer<@NotNull ClickEvent> consumer)
      Create a new button
      Parameters:
      consumer - the consumer
  • Method Details

    • forceSetAction

      public boolean forceSetAction(@NotNull @NotNull UUID uuid)