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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionClientboundGameProfilePacket(com.mojang.authlib.GameProfile p_134767_) ClientboundGameProfilePacket(FriendlyByteBuf p_179814_) 
- 
Method SummaryModifier and TypeMethodDescriptioncom.mojang.authlib.GameProfilevoidhandle(ClientLoginPacketListener p_134773_) voidwrite(FriendlyByteBuf p_134776_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.PacketisSkippable
- 
Field Details- 
gameProfileprivate final com.mojang.authlib.GameProfile gameProfile
 
- 
- 
Constructor Details- 
ClientboundGameProfilePacketpublic ClientboundGameProfilePacket(com.mojang.authlib.GameProfile p_134767_) 
- 
ClientboundGameProfilePacket
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- Packet<ClientLoginPacketListener>
 
- 
handle- Specified by:
- handlein interface- Packet<ClientLoginPacketListener>
 
- 
getGameProfilepublic com.mojang.authlib.GameProfile getGameProfile()
- 
nextProtocol- Specified by:
- nextProtocolin interface- Packet<ClientLoginPacketListener>
 
 
-