public class SPacketCustomPayloadLogin extends java.lang.Object implements Packet<INetHandlerLoginClient>, ICustomPacket<SPacketCustomPayloadLogin>
ICustomPacket.Fields| Constructor and Description |
|---|
SPacketCustomPayloadLogin() |
| Modifier and Type | Method and Description |
|---|---|
int |
getTransaction() |
void |
processPacket(INetHandlerLoginClient handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorsgetData, getDirection, getIndex, getName, getThis, setData, setIndex, setNamepublic void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface Packet<INetHandlerLoginClient>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface Packet<INetHandlerLoginClient>java.io.IOExceptionpublic void processPacket(INetHandlerLoginClient handler)
processPacket in interface Packet<INetHandlerLoginClient>public int getTransaction()