| Interface | Description |
|---|---|
| FluidBlock |
An interface applied to blocks that are fluids
|
| FluidConsumer |
Objects with this interface declare their ability to consume
FluidStacks |
| FluidProvider |
Objects with this interface declare their ability to provide
FluidStacks |
| SidedTankProvider |
A block that provides a fluid container.
|
| Tank |
Classes with this interface declare ability to store fluids
|
| Class | Description |
|---|---|
| Fluid | |
| FluidFactory | |
| FluidHandler | |
| FluidManager | |
| TankSimple |
This class provides basic implementation of
Tank |