Constructor and Description |
---|
C00PacketLoginStart() |
C00PacketLoginStart(com.mojang.authlib.GameProfile profileIn) |
Modifier and Type | Method and Description |
---|---|
com.mojang.authlib.GameProfile |
getProfile() |
void |
processPacket(INetHandler handler) |
void |
processPacket(INetHandlerLoginServer handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
public C00PacketLoginStart()
public C00PacketLoginStart(com.mojang.authlib.GameProfile profileIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface Packet
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface Packet
java.io.IOException
public void processPacket(INetHandlerLoginServer handler)
public com.mojang.authlib.GameProfile getProfile()
public void processPacket(INetHandler handler)
processPacket
in interface Packet