Uses of Record Class
net.minecraft.network.chat.RemoteChatSession.Data
Packages that use RemoteChatSession.Data
-
Uses of RemoteChatSession.Data in net.minecraft.network.chat
Methods in net.minecraft.network.chat that return RemoteChatSession.DataModifier and TypeMethodDescriptionRemoteChatSession.asData()static RemoteChatSession.DataRemoteChatSession.Data.read(FriendlyByteBuf p_252181_) Methods in net.minecraft.network.chat with parameters of type RemoteChatSession.DataModifier and TypeMethodDescriptionstatic voidRemoteChatSession.Data.write(FriendlyByteBuf p_248910_, RemoteChatSession.Data p_250537_) -
Uses of RemoteChatSession.Data in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as RemoteChatSession.DataModifier and TypeFieldDescriptionprivate final RemoteChatSession.DataClientboundPlayerInfoUpdatePacket.Entry.chatSessionThe field for thechatSessionrecord component.(package private) 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, com.mojang.authlib.GameProfile profile, boolean listed, int latency, GameType gameMode, Component displayName, RemoteChatSession.Data chatSession) Creates an instance of aEntryrecord class.ServerboundChatSessionUpdatePacket(RemoteChatSession.Data chatSession) Creates an instance of aServerboundChatSessionUpdatePacketrecord class.