Class KeybindContents
java.lang.Object
net.minecraft.network.chat.contents.KeybindContents
- All Implemented Interfaces:
ComponentContents
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<KeybindContents> private final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<KeybindContents> codec()booleangetName()private ComponentinthashCode()toString()<T> Optional<T> visit(FormattedText.ContentConsumer<T> p_237350_) <T> Optional<T> visit(FormattedText.StyledContentConsumer<T> p_237352_, Style p_237353_) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.network.chat.ComponentContents
resolve
-
Field Details
-
MAP_CODEC
-
name
-
nameResolver
-
-
Constructor Details
-
KeybindContents
-
-
Method Details
-
getNestedComponent
-
visit
- Specified by:
visitin interfaceComponentContents
-
visit
- Specified by:
visitin interfaceComponentContents
-
equals
-
hashCode
public int hashCode() -
toString
-
getName
-
codec
- Specified by:
codecin interfaceComponentContents
-