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.Packed
ClientboundPlayerChatPacket.body
The field for thebody
record component.Methods in net.minecraft.network.protocol.game that return SignedMessageBody.PackedModifier and TypeMethodDescriptionClientboundPlayerChatPacket.body()
Returns the value of thebody
record 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.BoundNetwork chatType) Creates an instance of aClientboundPlayerChatPacket
record class.