net.minecraft.network.packet.s2c.login

public record LoginSuccessS2CPacket

implements Packet<ClientLoginPacketListener>

net.minecraft.network.protocol.login.ClientboundLoginFinishedPacket
net.minecraft.class_2901
net.minecraft.network.packet.s2c.login.LoginSuccessS2CPacket

Field summary

Modifier and TypeField
private final com.mojang.authlib.GameProfile
gameProfile
comp_2363
profile
private final UUID
sessionId
comp_1_890
sessionId
public static final PacketCodec<io.netty.buffer.ByteBuf, LoginSuccessS2CPacket>
STREAM_CODEC
field_48233
CODEC

Constructor summary

ModifierConstructor
public (com.mojang.authlib.GameProfile profile, UUID sessionId)

Method summary

Modifier and TypeMethod
public PacketType<LoginSuccessS2CPacket>
type()
method_65080()
getPacketType()
public void
handle(ClientLoginPacketListener listener)
method_12594(class_2896 arg0)
apply(ClientLoginPacketListener arg0)
public boolean
isTerminal()
method_55943()
transitionsNetworkState()
public com.mojang.authlib.GameProfile
gameProfile()
comp_2363()
profile()
public UUID
sessionId()
comp_1_890()
sessionId()
public void
handle(PacketListener listener)
method_65081(class_2547 arg0)
apply(PacketListener arg0)