Uses of Interface
net.kyori.adventure.text.KeybindComponent.Builder
Packages that use KeybindComponent.Builder
Package
Description
Data for controlling components, their styles, and events.
-
Uses of KeybindComponent.Builder in net.kyori.adventure.text
Subinterfaces with type arguments of type KeybindComponent.Builder in net.kyori.adventure.textModifier and TypeInterfaceDescriptionstatic interfaceA keybind component builder.Methods in net.kyori.adventure.text that return KeybindComponent.BuilderModifier and TypeMethodDescriptionstatic KeybindComponent.BuilderComponent.keybind()Creates a keybind component builder.Sets the keybind.default KeybindComponent.BuilderKeybindComponent.Builder.keybind(KeybindComponent.KeybindLike keybind) Sets the keybind.KeybindComponent.toBuilder()Method parameters in net.kyori.adventure.text with type arguments of type KeybindComponent.BuilderModifier and TypeMethodDescriptionstatic KeybindComponentComponent.keybind(Consumer<? super KeybindComponent.Builder> consumer) Creates a keybind component by applying configuration fromconsumer.