| Interface | Description |
|---|---|
| IFluidBlock |
Implement this interface on Block classes which represent world-placeable Fluids.
|
| IFluidTank |
This interface represents a Fluid Tank.
|
| Class | Description |
|---|---|
| DispenseFluidContainer |
Fills or drains a fluid container item using a Dispenser.
|
| FluidActionResult |
Holds the result of a fluid action from
FluidUtil. |
| FluidAttributes |
Minecraft Forge Fluid Implementation
This class is a fluid (liquid or gas) equivalent to "Item." It describes the nature of a fluid
and contains its general properties.
|
| FluidAttributes.Builder | |
| FluidAttributes.Water | |
| FluidStack |
ItemStack substitute for Fluids.
|
| FluidUtil | |
| ForgeFlowingFluid | |
| ForgeFlowingFluid.Flowing | |
| ForgeFlowingFluid.Properties | |
| ForgeFlowingFluid.Source |