public class CPacketLoginStart extends java.lang.Object implements Packet<INetHandlerLoginServer>
| Modifier and Type | Field and Description | 
|---|---|
| private com.mojang.authlib.GameProfile | profile | 
| Constructor and Description | 
|---|
| CPacketLoginStart() | 
| CPacketLoginStart(com.mojang.authlib.GameProfile profileIn) | 
| Modifier and Type | Method and Description | 
|---|---|
| com.mojang.authlib.GameProfile | getProfile() | 
| void | processPacket(INetHandlerLoginServer handler) | 
| void | readPacketData(PacketBuffer buf) | 
| void | writePacketData(PacketBuffer buf) | 
public CPacketLoginStart()
public CPacketLoginStart(com.mojang.authlib.GameProfile profileIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface Packet<INetHandlerLoginServer>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface Packet<INetHandlerLoginServer>java.io.IOExceptionpublic void processPacket(INetHandlerLoginServer handler)
processPacket in interface Packet<INetHandlerLoginServer>public com.mojang.authlib.GameProfile getProfile()