Interface KeybindComponent.Builder

All Superinterfaces:
Buildable.Builder<KeybindComponent>, ComponentBuilder<KeybindComponent,​KeybindComponent.Builder>, ComponentBuilderApplicable, ComponentLike
Enclosing interface:
KeybindComponent

public static interface KeybindComponent.Builder
extends ComponentBuilder<KeybindComponent,​KeybindComponent.Builder>
A keybind component builder.
Since:
4.0.0
  • Method Details

    • keybind

      @Contract("_ -> this") @NonNull KeybindComponent.Builder keybind​(@NonNull String keybind)
      Sets the keybind.
      Parameters:
      keybind - the keybind
      Returns:
      this builder
      Since:
      4.0.0