public class CQueryEntityNBTPacket extends java.lang.Object implements IPacket<IServerPlayNetHandler>
| Modifier and Type | Field and Description |
|---|---|
private int |
entityId |
private int |
transactionId |
| Constructor and Description |
|---|
CQueryEntityNBTPacket() |
CQueryEntityNBTPacket(int p_i49755_1_,
int p_i49755_2_) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEntityId() |
int |
getTransactionId() |
void |
processPacket(IServerPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorspublic CQueryEntityNBTPacket()
public CQueryEntityNBTPacket(int p_i49755_1_,
int p_i49755_2_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface IPacket<IServerPlayNetHandler>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface IPacket<IServerPlayNetHandler>java.io.IOExceptionpublic void processPacket(IServerPlayNetHandler handler)
processPacket in interface IPacket<IServerPlayNetHandler>public int getTransactionId()
public int getEntityId()