Uses of Record Class
net.minecraft.class_7634
Packages that use class_7634
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7634 in net.minecraft
Methods in net.minecraft that return class_7634Modifier and TypeMethodDescriptionstatic class_7634class_7634.method_44977(PacketByteBuf packetByteBuf) Methods in net.minecraft that return types with arguments of type class_7634Modifier and TypeMethodDescriptionstatic FilteredMessage<class_7634>class_7634.method_44974(FilteredMessage<String> filteredMessage) static FilteredMessage<class_7634>class_7634.method_44975(FilteredMessage<String> filteredMessage, FilteredMessage<Text> filteredMessage2) Methods in net.minecraft with parameters of type class_7634Modifier and TypeMethodDescriptionstatic voidclass_7634.method_44978(PacketByteBuf packetByteBuf, class_7634 class_7634) -
Uses of class_7634 in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type class_7634Modifier and TypeMethodDescriptionprivate MessageSignatureDataClientPlayerEntity.signChatMessage(MessageMetadata metadata, class_7634 class_7634, class_7635 class_7635) Signs the chat message. -
Uses of class_7634 in net.minecraft.network.message
Fields in net.minecraft.network.message declared as class_7634Modifier and TypeFieldDescriptionprivate final class_7634MessageBody.contentThe field for thecontentrecord component.Methods in net.minecraft.network.message that return class_7634Modifier and TypeMethodDescriptionMessageBody.content()Returns the value of thecontentrecord component.SignedMessage.getSignedContent()Methods in net.minecraft.network.message with parameters of type class_7634Modifier and TypeMethodDescriptionprivate static SignedMessageMessageChain.createMessage(MessageChain.Signature signature, @Nullable MessageSignatureData precedingSignature, MessageMetadata metadata, class_7634 class_7634, class_7635 class_7635) private MessageChain.SignatureMessageChain.pack(Signer signer, MessageMetadata metadata, class_7634 class_7634, class_7635 class_7635) MessageChain.Packer.pack(Signer signer, MessageMetadata metadata, class_7634 class_7634, class_7635 class_7635) private static MessageSignatureDataMessageChain.sign(Signer signer, MessageMetadata metadata, @Nullable MessageSignatureData precedingSignature, class_7634 class_7634, class_7635 class_7635) private SignedMessageMessageChain.unpack(MessageChain.Signature signature, MessageMetadata metadata, class_7634 class_7634, class_7635 class_7635) MessageChain.Unpacker.unpack(MessageChain.Signature signature, MessageMetadata metadata, class_7634 class_7634, class_7635 class_7635) Method parameters in net.minecraft.network.message with type arguments of type class_7634Modifier and TypeMethodDescriptiondefault FilteredMessage<SignedMessage>MessageChain.Unpacker.unpack(MessageChain.Signature signature, MessageMetadata metadata, FilteredMessage<class_7634> content, class_7635 class_7635) Constructors in net.minecraft.network.message with parameters of type class_7634ModifierConstructorDescriptionMessageBody(class_7634 class_7634, Instant instant, long long2, class_7635 class_7635)