Class ClientboundGameProfilePacket

java.lang.Object
net.minecraft.network.protocol.login.ClientboundGameProfilePacket
All Implemented Interfaces:
Packet<ClientLoginPacketListener>

public class ClientboundGameProfilePacket extends Object implements Packet<ClientLoginPacketListener>
  • Field Details

    • gameProfile

      private final com.mojang.authlib.GameProfile gameProfile
  • Constructor Details

    • ClientboundGameProfilePacket

      public ClientboundGameProfilePacket(com.mojang.authlib.GameProfile p_134767_)
    • ClientboundGameProfilePacket

      public ClientboundGameProfilePacket(FriendlyByteBuf p_179814_)
  • Method Details