Uses of Record Class
net.minecraft.network.chat.RemoteChatSession.Data
Packages that use RemoteChatSession.Data
-
Uses of RemoteChatSession.Data in net.minecraft.network.chat
Fields in net.minecraft.network.chat with type parameters of type RemoteChatSession.DataModifier and TypeFieldDescriptionstatic final StreamCodec<io.netty.buffer.ByteBuf, RemoteChatSession.Data> RemoteChatSession.Data.STREAM_CODECMethods in net.minecraft.network.chat that return RemoteChatSession.Data -
Uses of RemoteChatSession.Data in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as RemoteChatSession.DataModifier and TypeFieldDescriptionprivate final @Nullable RemoteChatSession.DataClientboundPlayerInfoUpdatePacket.Entry.chatSessionThe field for thechatSessionrecord component.private @Nullable RemoteChatSession.DataClientboundPlayerInfoUpdatePacket.EntryBuilder.chatSessionprivate final RemoteChatSession.DataServerboundChatSessionUpdatePacket.chatSessionThe field for thechatSessionrecord component.Methods in net.minecraft.network.protocol.game that return RemoteChatSession.DataModifier and TypeMethodDescriptionClientboundPlayerInfoUpdatePacket.Entry.chatSession()Returns the value of thechatSessionrecord component.ServerboundChatSessionUpdatePacket.chatSession()Returns the value of thechatSessionrecord component.Constructors in net.minecraft.network.protocol.game with parameters of type RemoteChatSession.DataModifierConstructorDescriptionEntry(UUID profileId, @Nullable com.mojang.authlib.GameProfile profile, boolean listed, int latency, GameType gameMode, @Nullable Component displayName, boolean showHat, int listOrder, @Nullable RemoteChatSession.Data chatSession) Creates an instance of aEntryrecord class.ServerboundChatSessionUpdatePacket(RemoteChatSession.Data chatSession) Creates an instance of aServerboundChatSessionUpdatePacketrecord class.