Uses of Record Class
net.minecraft.network.encryption.PublicPlayerSession.Serialized
Packages that use PublicPlayerSession.Serialized
Package
Description
-
Uses of PublicPlayerSession.Serialized in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type PublicPlayerSession.SerializedModifier and TypeMethodDescriptionprivate PublicPlayerSessionClientPlayNetworkHandler.toSession(PublicPlayerSession.Serialized serialized, com.mojang.authlib.GameProfile profile) -
Uses of PublicPlayerSession.Serialized in net.minecraft.network.encryption
Fields in net.minecraft.network.encryption declared as PublicPlayerSession.SerializedModifier and TypeFieldDescriptionstatic final PublicPlayerSession.SerializedPublicPlayerSession.Serialized.MISSINGMethods in net.minecraft.network.encryption that return PublicPlayerSession.SerializedModifier and TypeMethodDescriptionPublicPlayerSession.Serialized.fromBuf(PacketByteBuf buf) PublicPlayerSession.toSerialized()Methods in net.minecraft.network.encryption with parameters of type PublicPlayerSession.SerializedModifier and TypeMethodDescriptionstatic voidPublicPlayerSession.Serialized.write(PacketByteBuf buf, PublicPlayerSession.Serialized serialized) -
Uses of PublicPlayerSession.Serialized in net.minecraft.network.packet.c2s.login
Fields in net.minecraft.network.packet.c2s.login declared as PublicPlayerSession.SerializedModifier and TypeFieldDescriptionprivate final PublicPlayerSession.SerializedLoginHelloC2SPacket.sessionThe field for thesessionrecord component.Methods in net.minecraft.network.packet.c2s.login that return PublicPlayerSession.SerializedModifier and TypeMethodDescriptionLoginHelloC2SPacket.session()Returns the value of thesessionrecord component.Constructors in net.minecraft.network.packet.c2s.login with parameters of type PublicPlayerSession.SerializedModifierConstructorDescriptionLoginHelloC2SPacket(String string, PublicPlayerSession.Serialized serialized, Optional<UUID> optional) -
Uses of PublicPlayerSession.Serialized in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as PublicPlayerSession.SerializedModifier and TypeFieldDescriptionprivate final PublicPlayerSession.SerializedPlayerListS2CPacket.Entry.chatSessionThe field for thechatSessionrecord component.(package private) PublicPlayerSession.SerializedPlayerListS2CPacket.Serialized.sessionMethods in net.minecraft.network.packet.s2c.play that return PublicPlayerSession.SerializedModifier and TypeMethodDescriptionPlayerListS2CPacket.Entry.chatSession()Returns the value of thechatSessionrecord component.Constructors in net.minecraft.network.packet.s2c.play with parameters of type PublicPlayerSession.Serialized -
Uses of PublicPlayerSession.Serialized in net.minecraft.server.network
Fields in net.minecraft.server.network declared as PublicPlayerSession.SerializedModifier and TypeFieldDescriptionprivate PublicPlayerSession.SerializedServerLoginNetworkHandler.sessionMethods in net.minecraft.server.network with parameters of type PublicPlayerSession.SerializedModifier and TypeMethodDescriptionprivate static PublicPlayerSessionServerLoginNetworkHandler.getVerifiedPublicKey(PublicPlayerSession.Serialized session, com.mojang.authlib.GameProfile gameProfile, SignatureVerifier servicesSignatureVerifier, boolean shouldThrowOnMissingKey)