public class KeybindTextComponent extends TextComponent
ITextComponent.Serializer
Modifier and Type | Field and Description |
---|---|
private java.util.function.Supplier<java.lang.String> |
displaySupplier |
static java.util.function.Function<java.lang.String,java.util.function.Supplier<java.lang.String>> |
displaySupplierFunction |
private java.lang.String |
keybind |
siblings
Constructor and Description |
---|
KeybindTextComponent(java.lang.String keybind) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object p_equals_1_) |
java.lang.String |
getKeybind() |
java.lang.String |
getUnformattedComponentText() |
KeybindTextComponent |
shallowCopy() |
java.lang.String |
toString() |
appendSibling, getSiblings, getStyle, hashCode, setStyle, stream
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
appendText, applyTextStyle, applyTextStyle, applyTextStyles, copyWithoutSiblings, deepCopy, func_212637_f, getFormattedText, getString, getStringTruncated, iterator
public static java.util.function.Function<java.lang.String,java.util.function.Supplier<java.lang.String>> displaySupplierFunction
private final java.lang.String keybind
private java.util.function.Supplier<java.lang.String> displaySupplier
public java.lang.String getUnformattedComponentText()
public KeybindTextComponent shallowCopy()
public boolean equals(java.lang.Object p_equals_1_)
equals
in class TextComponent
public java.lang.String toString()
toString
in class TextComponent
public java.lang.String getKeybind()