Uses of Record Class
net.minecraft.class_7826
Packages that use class_7826
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7826 in net.minecraft
Methods in net.minecraft that return class_7826Modifier and TypeMethodDescriptionclass_7826.method_46317()static class_7826class_7826.method_46319(UUID uUID) static class_7826class_7826.method_46320(UUID uUID, UUID uUID2) Methods in net.minecraft with parameters of type class_7826 -
Uses of class_7826 in net.minecraft.network.message
Fields in net.minecraft.network.message declared as class_7826Modifier and TypeFieldDescriptionprivate @Nullable class_7826MessageChain.field_40692private final class_7826SignedMessage.linkThe field for thelinkrecord component.Methods in net.minecraft.network.message that return class_7826Modifier and TypeMethodDescriptionSignedMessage.link()Returns the value of thelinkrecord component.private @Nullable class_7826MessageChain.method_46310()Methods in net.minecraft.network.message with parameters of type class_7826Modifier and TypeMethodDescriptionstatic voidSignedMessage.method_46290(SignatureUpdatable.SignatureUpdater signatureUpdater, class_7826 class_7826, MessageBody messageBody) Constructors in net.minecraft.network.message with parameters of type class_7826ModifierConstructorDescriptionSignedMessage(class_7826 class_7826, @Nullable MessageSignatureData messageSignatureData, MessageBody messageBody, @Nullable Text text, FilterMask filterMask)