Class CQueryTileEntityNBTPacket
- java.lang.Object
-
- net.minecraft.network.play.client.CQueryTileEntityNBTPacket
-
- All Implemented Interfaces:
IPacket<IServerPlayNetHandler>
public class CQueryTileEntityNBTPacket extends java.lang.Object implements IPacket<IServerPlayNetHandler>
-
-
Field Summary
Fields Modifier and Type Field Description private BlockPosposprivate inttransactionId
-
Constructor Summary
Constructors Constructor Description CQueryTileEntityNBTPacket()CQueryTileEntityNBTPacket(int p_i49756_1_, BlockPos p_i49756_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockPosgetPos()intgetTransactionId()voidhandle(IServerPlayNetHandler p_148833_1_)voidread(PacketBuffer p_148837_1_)voidwrite(PacketBuffer p_148840_1_)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.network.IPacket
isSkippable
-
-
-
-
Field Detail
-
transactionId
private int transactionId
-
pos
private BlockPos pos
-
-
Constructor Detail
-
CQueryTileEntityNBTPacket
public CQueryTileEntityNBTPacket()
-
CQueryTileEntityNBTPacket
public CQueryTileEntityNBTPacket(int p_i49756_1_, BlockPos p_i49756_2_)
-
-
Method Detail
-
read
public void read(PacketBuffer p_148837_1_) throws java.io.IOException
- Specified by:
readin interfaceIPacket<IServerPlayNetHandler>- Throws:
java.io.IOException
-
write
public void write(PacketBuffer p_148840_1_) throws java.io.IOException
- Specified by:
writein interfaceIPacket<IServerPlayNetHandler>- Throws:
java.io.IOException
-
handle
public void handle(IServerPlayNetHandler p_148833_1_)
- Specified by:
handlein interfaceIPacket<IServerPlayNetHandler>
-
getTransactionId
public int getTransactionId()
-
getPos
public BlockPos getPos()
-
-