Constructor and Description |
---|
S02PacketLoginSuccess() |
S02PacketLoginSuccess(com.mojang.authlib.GameProfile profileIn) |
Modifier and Type | Method and Description |
---|---|
com.mojang.authlib.GameProfile |
getProfile() |
void |
processPacket(INetHandler handler) |
void |
processPacket(INetHandlerLoginClient handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
public S02PacketLoginSuccess()
public S02PacketLoginSuccess(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(INetHandlerLoginClient handler)
public com.mojang.authlib.GameProfile getProfile()
public void processPacket(INetHandler handler)
processPacket
in interface Packet