Package net.kyori.adventure.text
Interface KeybindComponent.KeybindLike
-
- Enclosing interface:
- KeybindComponent
public static interface KeybindComponent.KeybindLike
Something that can provide a keybind identifier.- Since:
- 4.9.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull java.lang.String
asKeybind()
Gets the keybind identifier.
-