public class PacketTankLevelUpdate extends ForestryPacket implements IForestryPacketClient
| Modifier and Type | Class and Description |
|---|---|
static class |
PacketTankLevelUpdate.Handler |
| Constructor and Description |
|---|
PacketTankLevelUpdate(ILiquidTankTile tileEntity,
int tankIndex,
net.minecraftforge.fluids.FluidStack contents) |
| Modifier and Type | Method and Description |
|---|---|
PacketIdClient |
getPacketId() |
protected void |
writeData(PacketBufferForestry data) |
getPacketclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPacketpublic PacketTankLevelUpdate(ILiquidTankTile tileEntity, int tankIndex, @Nullable net.minecraftforge.fluids.FluidStack contents)
public PacketIdClient getPacketId()
getPacketId in interface IForestryPacketgetPacketId in interface IForestryPacketClientprotected void writeData(PacketBufferForestry data)
writeData in class ForestryPacket