public class CPacketNBTQueryTileEntity extends java.lang.Object implements Packet<INetHandlerPlayServer>
Constructor and Description |
---|
CPacketNBTQueryTileEntity() |
CPacketNBTQueryTileEntity(int p_i49756_1_,
BlockPos p_i49756_2_) |
Modifier and Type | Method and Description |
---|---|
BlockPos |
getPosition() |
int |
getTransactionId() |
void |
processPacket(INetHandlerPlayServer handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
public CPacketNBTQueryTileEntity()
public CPacketNBTQueryTileEntity(int p_i49756_1_, BlockPos p_i49756_2_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface Packet<INetHandlerPlayServer>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface Packet<INetHandlerPlayServer>
java.io.IOException
public void processPacket(INetHandlerPlayServer handler)
processPacket
in interface Packet<INetHandlerPlayServer>
public int getTransactionId()
public BlockPos getPosition()