public class SLoginSuccessPacket extends java.lang.Object implements IPacket<IClientLoginNetHandler>
| Constructor and Description |
|---|
SLoginSuccessPacket() |
SLoginSuccessPacket(com.mojang.authlib.GameProfile profileIn) |
| Modifier and Type | Method and Description |
|---|---|
com.mojang.authlib.GameProfile |
getProfile() |
void |
processPacket(IClientLoginNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorspublic SLoginSuccessPacket()
public SLoginSuccessPacket(com.mojang.authlib.GameProfile profileIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface IPacket<IClientLoginNetHandler>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface IPacket<IClientLoginNetHandler>java.io.IOExceptionpublic void processPacket(IClientLoginNetHandler handler)
processPacket in interface IPacket<IClientLoginNetHandler>public com.mojang.authlib.GameProfile getProfile()