Uses of Record Class
net.minecraft.network.chat.RemoteChatSession.Data
-
Uses of RemoteChatSession.Data in net.minecraft.network.chat
Modifier and TypeMethodDescriptionRemoteChatSession.asData()
static RemoteChatSession.Data
RemoteChatSession.Data.read
(FriendlyByteBuf p_252181_) Modifier and TypeMethodDescriptionstatic void
RemoteChatSession.Data.write
(FriendlyByteBuf p_248910_, RemoteChatSession.Data p_250537_) -
Uses of RemoteChatSession.Data in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionprivate final RemoteChatSession.Data
ClientboundPlayerInfoUpdatePacket.Entry.chatSession
The field for thechatSession
record component.(package private) RemoteChatSession.Data
ClientboundPlayerInfoUpdatePacket.EntryBuilder.chatSession
private final RemoteChatSession.Data
ServerboundChatSessionUpdatePacket.chatSession
The field for thechatSession
record component.Modifier and TypeMethodDescriptionClientboundPlayerInfoUpdatePacket.Entry.chatSession()
Returns the value of thechatSession
record component.ServerboundChatSessionUpdatePacket.chatSession()
Returns the value of thechatSession
record component.ModifierConstructorDescriptionEntry
(UUID profileId, com.mojang.authlib.GameProfile profile, boolean listed, int latency, GameType gameMode, Component displayName, RemoteChatSession.Data chatSession) Creates an instance of aEntry
record class.ServerboundChatSessionUpdatePacket
(RemoteChatSession.Data chatSession) Creates an instance of aServerboundChatSessionUpdatePacket
record class.