public class CTabCompletePacket extends java.lang.Object implements IPacket<IServerPlayNetHandler>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
command |
private int |
transactionId |
Constructor and Description |
---|
CTabCompletePacket() |
CTabCompletePacket(int p_i47928_1_,
java.lang.String p_i47928_2_) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommand() |
int |
getTransactionId() |
void |
processPacket(IServerPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
public CTabCompletePacket()
public CTabCompletePacket(int p_i47928_1_, java.lang.String p_i47928_2_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface IPacket<IServerPlayNetHandler>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface IPacket<IServerPlayNetHandler>
java.io.IOException
public void processPacket(IServerPlayNetHandler handler)
processPacket
in interface IPacket<IServerPlayNetHandler>
public int getTransactionId()
public java.lang.String getCommand()