public static class KeybindComponent.Builder extends AbstractBuildableComponent.AbstractBuilder<KeybindComponent,KeybindComponent.Builder>
bold, children, clickEvent, color, hoverEvent, insertion, italic, obfuscated, strikethrough, underlined| Modifier and Type | Method and Description |
|---|---|
@NonNull KeybindComponent |
build()
Build a component.
|
@NonNull KeybindComponent.Builder |
keybind(@NonNull java.lang.String keybind)
Sets the keybind.
|
append, append, applyDeep, clickEvent, color, colorIfAbsent, decoration, hoverEvent, insertion, mapChildren, mapChildrenDeepclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, decoration, decorations, mergeColor, mergeDecorations, mergeEvents, mergeStyle, resetStylepublic @NonNull KeybindComponent.Builder keybind(@NonNull java.lang.String keybind)
keybind - the keybindpublic @NonNull KeybindComponent build()
BuildableComponent.Builder