public abstract class PipeEventFluid extends PipeEvent
Modifier and Type | Class and Description |
---|---|
static class |
PipeEventFluid.OnMoveToCentre
Fired after
PipeEventFluid.PreMoveToCentre when all of the amounts have been totalled up. |
static class |
PipeEventFluid.PreMoveToCentre
Fired after collecting the amounts of fluid that can be moved from each pipe part into the centre.
|
static class |
PipeEventFluid.SideCheck |
static class |
PipeEventFluid.TryInsert |
Modifier and Type | Field and Description |
---|---|
IFlowFluid |
flow |
canBeCancelled, holder
Modifier | Constructor and Description |
---|---|
protected |
PipeEventFluid(boolean canBeCancelled,
IPipeHolder holder,
IFlowFluid flow)
Deprecated.
Because cancellation is going to be removed (at some point in the future)
|
protected |
PipeEventFluid(IPipeHolder holder,
IFlowFluid flow) |
cancel, checkStateForErrors, isCanceled
public final IFlowFluid flow
protected PipeEventFluid(IPipeHolder holder, IFlowFluid flow)
@Deprecated protected PipeEventFluid(boolean canBeCancelled, IPipeHolder holder, IFlowFluid flow)