Class KeybindContents
java.lang.Object
net.minecraft.network.chat.contents.KeybindContents
- All Implemented Interfaces:
ComponentContents
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.network.chat.ComponentContents
ComponentContents.Type<T extends ComponentContents>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<KeybindContents>
private final String
static final ComponentContents.Type<KeybindContents>
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.network.chat.ComponentContents
resolve
-
Field Details
-
CODEC
-
TYPE
-
name
-
nameResolver
-
-
Constructor Details
-
KeybindContents
-
-
Method Details
-
getNestedComponent
-
visit
- Specified by:
visit
in interfaceComponentContents
-
visit
- Specified by:
visit
in interfaceComponentContents
-
equals
-
hashCode
public int hashCode() -
toString
-
getName
-
type
- Specified by:
type
in interfaceComponentContents
-