public class SUpdateTileEntityPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
Modifier and Type | Field and Description |
---|---|
private BlockPos |
blockPos |
private CompoundNBT |
nbt |
private int |
tileEntityType |
Constructor and Description |
---|
SUpdateTileEntityPacket() |
SUpdateTileEntityPacket(BlockPos blockPosIn,
int tileEntityTypeIn,
CompoundNBT compoundIn) |
Modifier and Type | Method and Description |
---|---|
CompoundNBT |
getNbtCompound() |
BlockPos |
getPos() |
int |
getTileEntityType() |
void |
processPacket(IClientPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
private BlockPos blockPos
private int tileEntityType
private CompoundNBT nbt
public SUpdateTileEntityPacket()
public SUpdateTileEntityPacket(BlockPos blockPosIn, int tileEntityTypeIn, CompoundNBT compoundIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface IPacket<IClientPlayNetHandler>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface IPacket<IClientPlayNetHandler>
java.io.IOException
public void processPacket(IClientPlayNetHandler handler)
processPacket
in interface IPacket<IClientPlayNetHandler>
public BlockPos getPos()
public int getTileEntityType()
public CompoundNBT getNbtCompound()