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