Interface ButtonBuilder

All Known Implementing Classes:
PlayerSkullButtonBuilder, SimpleButtonBuilder

public interface ButtonBuilder
  • Method Details

    • build

      Button build()
      Build the button
      Returns:
      The button
    • buildAndRegister

      default Button buildAndRegister(String namespace, String id)
      Build the button and register it to the ButtonRegistry
      Parameters:
      namespace - The namespace to register the button in
      id - The id to register the button with
      Returns:
      The button