| Package | Description | 
|---|---|
| net.minecraftforge.fluids | |
| net.minecraftforge.fluids.capability.templates | |
| net.minecraftforge.fluids.capability.wrappers | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FluidTankReference implementation of  IFluidTank. | 
| Modifier and Type | Field and Description | 
|---|---|
| private IFluidTank | FluidEvent.FluidFillingEvent. tank | 
| private IFluidTank | FluidEvent.FluidDrainingEvent. tank | 
| Modifier and Type | Method and Description | 
|---|---|
| IFluidTank | FluidEvent.FluidFillingEvent. getTank() | 
| IFluidTank | FluidEvent.FluidDrainingEvent. getTank() | 
| Constructor and Description | 
|---|
| FluidDrainingEvent(FluidStack fluid,
                  World world,
                  BlockPos pos,
                  IFluidTank tank,
                  int amount) | 
| FluidFillingEvent(FluidStack fluid,
                 World world,
                 BlockPos pos,
                 IFluidTank tank,
                 int amount) | 
| FluidTankInfo(IFluidTank tank) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EmptyFluidHandler | 
| class  | VoidFluidHandlerVoidFluidHandler is a template fluid handler that can be filled indefinitely without ever getting full. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BlockWrapperWrapper around any block, only accounts for fluid placement, otherwise the block acts a void. |