Uses of Record Class
net.minecraft.class_7463
Packages that use class_7463
-
Uses of class_7463 in net.minecraft
Fields in net.minecraft with type parameters of type class_7463Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_7463>class_7463.field_39219Methods in net.minecraft that return class_7463Modifier and TypeMethodDescriptionstatic class_7463class_7463.method_43831(String string) static class_7463class_7463.method_43833(String string) static class_7463class_7463.method_43835(String string) -
Uses of class_7463 in net.minecraft.network
Fields in net.minecraft.network with type parameters of type class_7463Modifier and TypeFieldDescriptionprivate final Optional<class_7463>MessageType.class_7466.decorationThe field for thedecorationrecord component.private final Optional<class_7463>MessageType.class_7468.decorationThe field for thedecorationrecord component.Methods in net.minecraft.network that return types with arguments of type class_7463Modifier and TypeMethodDescriptionMessageType.class_7466.decoration()Returns the value of thedecorationrecord component.MessageType.class_7468.decoration()Returns the value of thedecorationrecord component.Methods in net.minecraft.network with parameters of type class_7463Modifier and TypeMethodDescriptionstatic MessageType.class_7466MessageType.class_7466.method_43847(class_7463 class_7463, MessageType.class_7466.class_7467 class_7467) static MessageType.class_7468MessageType.class_7468.method_43855(class_7463 class_7463) Constructor parameters in net.minecraft.network with type arguments of type class_7463ModifierConstructorDescriptionclass_7466(Optional<class_7463> optional, MessageType.class_7466.class_7467 class_7467) class_7468(Optional<class_7463> optional)