Uses of Record Class
net.minecraft.network.protocol.login.ClientboundGameProfilePacket
Packages that use ClientboundGameProfilePacket
-
Uses of ClientboundGameProfilePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundGameProfilePacketModifier and TypeMethodDescriptionvoid
ClientHandshakePacketListenerImpl.handleGameProfile
(ClientboundGameProfilePacket p_104547_) -
Uses of ClientboundGameProfilePacket in net.minecraft.network.protocol.login
Fields in net.minecraft.network.protocol.login with type parameters of type ClientboundGameProfilePacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundGameProfilePacket> LoginPacketTypes.CLIENTBOUND_GAME_PROFILE
static final StreamCodec
<io.netty.buffer.ByteBuf, ClientboundGameProfilePacket> ClientboundGameProfilePacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.login that return types with arguments of type ClientboundGameProfilePacketMethods in net.minecraft.network.protocol.login with parameters of type ClientboundGameProfilePacketModifier and TypeMethodDescriptionvoid
ClientLoginPacketListener.handleGameProfile
(ClientboundGameProfilePacket p_134741_)