| 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 Packetjava.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface Packetjava.io.IOExceptionpublic void processPacket(INetHandlerLoginClient handler)
public com.mojang.authlib.GameProfile getProfile()
public void processPacket(INetHandler handler)
processPacket in interface Packet