Constructor and Description |
---|
S35PacketUpdateTileEntity() |
S35PacketUpdateTileEntity(BlockPos p_i45990_1_,
int p_i45990_2_,
NBTTagCompound p_i45990_3_) |
Modifier and Type | Method and Description |
---|---|
BlockPos |
func_179823_a() |
void |
func_180725_a(INetHandlerPlayClient p_180725_1_) |
NBTTagCompound |
getNbtCompound() |
int |
getTileEntityType() |
void |
processPacket(INetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
public S35PacketUpdateTileEntity()
public S35PacketUpdateTileEntity(BlockPos p_i45990_1_, int p_i45990_2_, NBTTagCompound p_i45990_3_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface Packet
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface Packet
java.io.IOException
public void func_180725_a(INetHandlerPlayClient p_180725_1_)
public BlockPos func_179823_a()
public void processPacket(INetHandler handler)
processPacket
in interface Packet
public int getTileEntityType()
public NBTTagCompound getNbtCompound()