Uses of Interface
net.kyori.adventure.text.KeybindComponent.KeybindLike
Packages that use KeybindComponent.KeybindLike
Package
Description
Data for controlling components, their styles, and events.
-
Uses of KeybindComponent.KeybindLike in net.kyori.adventure.text
Methods in net.kyori.adventure.text with parameters of type KeybindComponent.KeybindLikeModifier and TypeMethodDescriptionstatic KeybindComponentComponent.keybind(KeybindComponent.KeybindLike keybind) Creates a keybind component with a keybind.static KeybindComponentComponent.keybind(KeybindComponent.KeybindLike keybind, @Nullable TextColor color) Creates a keybind component with a keybind, and optional color.static KeybindComponentComponent.keybind(KeybindComponent.KeybindLike keybind, @Nullable TextColor color, Set<TextDecoration> decorations) Creates a keybind component with a keybind, and optional color and decorations.static KeybindComponentComponent.keybind(KeybindComponent.KeybindLike keybind, @Nullable TextColor color, TextDecoration... decorations) Creates a keybind component with a keybind, and optional color and decorations.static KeybindComponentComponent.keybind(KeybindComponent.KeybindLike keybind, Style style) Creates a keybind component with a keybind and styling.default KeybindComponent.BuilderKeybindComponent.Builder.keybind(KeybindComponent.KeybindLike keybind) Sets the keybind.default KeybindComponentKeybindComponent.keybind(KeybindComponent.KeybindLike keybind) Sets the keybind.