Uses of Record Class
net.minecraft.network.chat.SignedMessageBody.Packed
Packages that use SignedMessageBody.Packed
-
Uses of SignedMessageBody.Packed in net.minecraft.network.chat
Methods in net.minecraft.network.chat that return SignedMessageBody.Packed -
Uses of SignedMessageBody.Packed in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as SignedMessageBody.PackedModifier and TypeFieldDescriptionprivate final SignedMessageBody.PackedClientboundPlayerChatPacket.bodyThe field for thebodyrecord component.Methods in net.minecraft.network.protocol.game that return SignedMessageBody.PackedModifier and TypeMethodDescriptionClientboundPlayerChatPacket.body()Returns the value of thebodyrecord component.Constructors in net.minecraft.network.protocol.game with parameters of type SignedMessageBody.PackedModifierConstructorDescriptionClientboundPlayerChatPacket(UUID sender, int index, MessageSignature signature, SignedMessageBody.Packed body, Component unsignedContent, FilterMask filterMask, ChatType.Bound chatType) Creates an instance of aClientboundPlayerChatPacketrecord class.