Interface KeybindComponent.KeybindLike

Enclosing interface:
KeybindComponent

public static interface KeybindComponent.KeybindLike
Something that can provide a keybind identifier.
Since:
4.9.0
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    Gets the keybind identifier.
  • Method Details

    • asKeybind

      @NotNull @NotNull String asKeybind()
      Gets the keybind identifier.
      Returns:
      the keybind identifier
      Since:
      4.9.0