public static class PipeApi.FluidTransferInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
transferDelayMultiplier
Controls how long the pipe should delay incoming fluids by.
|
int |
transferPerTick
Controls the maximum amount of fluid that can be transferred around and out of a pipe per tick.
|
Constructor and Description |
---|
FluidTransferInfo(int transferPerTick,
int transferDelay) |
public final int transferPerTick
public final double transferDelayMultiplier