Package net.kyori.adventure.text
Interface KeybindComponent.KeybindLike
- 
- Enclosing interface:
- KeybindComponent
 
 public static interface KeybindComponent.KeybindLikeSomething that can provide a keybind identifier.- Since:
- 4.9.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull StringasKeybind()Gets the keybind identifier.
 
- 
- 
- 
Method Detail- 
asKeybind@NotNull @NotNull String asKeybind() Gets the keybind identifier.- Returns:
- the keybind identifier
- Since:
- 4.9.0
 
 
- 
 
-