public class CPacketCustomPayloadLogin extends java.lang.Object implements Packet<INetHandlerLoginServer>, ICustomPacket<CPacketCustomPayloadLogin>
ICustomPacket.Fields
Constructor and Description |
---|
CPacketCustomPayloadLogin() |
CPacketCustomPayloadLogin(int p_i49516_1_,
PacketBuffer p_i49516_2_) |
Modifier and Type | Method and Description |
---|---|
void |
processPacket(INetHandlerLoginServer handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
getData, getDirection, getIndex, getName, getThis, setData, setIndex, setName
public CPacketCustomPayloadLogin()
public CPacketCustomPayloadLogin(int p_i49516_1_, @Nullable PacketBuffer p_i49516_2_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface Packet<INetHandlerLoginServer>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface Packet<INetHandlerLoginServer>
java.io.IOException
public void processPacket(INetHandlerLoginServer handler)
processPacket
in interface Packet<INetHandlerLoginServer>