public static class TileHeatExchange.ExchangeSectionStart
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
CapabilityHelper |
caps |
int |
middleCount |
FluidSmoother |
smoothedTankInput |
FluidSmoother |
smoothedTankOutput |
Modifier and Type | Method and Description |
---|---|
TileHeatExchange.ExchangeSectionEnd |
getEndSection() |
double |
getProgress(float partialTicks) |
TileHeatExchange.EnumProgressState |
getProgressState() |
TileHeatExchange |
getTile() |
void |
setTile(TileHeatExchange tile) |
public int middleCount
public final FluidSmoother smoothedTankInput
public final FluidSmoother smoothedTankOutput
public final CapabilityHelper caps
public TileHeatExchange.ExchangeSectionEnd getEndSection()
public TileHeatExchange.EnumProgressState getProgressState()
public double getProgress(float partialTicks)
public TileHeatExchange getTile()
public void setTile(TileHeatExchange tile)