| Interface | Description | 
|---|---|
| IFluidHandler | Implement this interface as a capability which should handle fluids, generally storing them in
 one or more internal  IFluidTankobjects. | 
| IFluidHandlerItem | ItemStacks handled by an  IFluidHandlermay change, so this class allows
 users of the fluid handler to get the container after it has been used. | 
| IFluidTankProperties | Simplified Read-only Information about the internals of an  IFluidHandler. | 
| Class | Description | 
|---|---|
| CapabilityFluidHandler | |
| CapabilityFluidHandler.DefaultFluidHandlerStorage<T extends IFluidHandler> | |
| FluidTankProperties | Basic implementation of  IFluidTankProperties. | 
| FluidTankPropertiesWrapper | Basic  IFluidTankPropertieswrapper forFluidTank. | 
| ItemFluidContainer | A simple fluid container, to replace the functionality of the old FluidContainerRegistry and IFluidContainerItem. | 
| TileFluidHandler |