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.Data
RemoteChatSession.Data.read
(FriendlyByteBuf p_252181_) Methods in net.minecraft.network.chat with parameters of type RemoteChatSession.DataModifier and TypeMethodDescriptionstatic void
RemoteChatSession.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.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.Methods in net.minecraft.network.protocol.game that return RemoteChatSession.DataModifier and TypeMethodDescriptionClientboundPlayerInfoUpdatePacket.Entry.chatSession()
Returns the value of thechatSession
record component.ServerboundChatSessionUpdatePacket.chatSession()
Returns the value of thechatSession
record 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 aEntry
record class.ServerboundChatSessionUpdatePacket
(RemoteChatSession.Data chatSession) Creates an instance of aServerboundChatSessionUpdatePacket
record class.