| Modifier and Type | Method and Description | 
|---|---|
| static IFluidHandlerItem | FluidUtil. getFluidHandler(ItemStack itemStack)Helper method to get an  IFluidHandlerItemfor an itemStack. | 
| Modifier and Type | Field and Description | 
|---|---|
| static Capability<IFluidHandlerItem> | CapabilityFluidHandler. FLUID_HANDLER_ITEM_CAPABILITY | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FluidHandlerItemStackFluidHandlerItemStack is a template capability provider for ItemStacks. | 
| static class  | FluidHandlerItemStack.ConsumableDestroys the container item when it's emptied. | 
| static class  | FluidHandlerItemStack.SwapEmptySwaps the container item for a different one when it's emptied. | 
| class  | FluidHandlerItemStackSimpleFluidHandlerItemStackSimple is a template capability provider for ItemStacks. | 
| static class  | FluidHandlerItemStackSimple.ConsumableDestroys the container item when it's emptied. | 
| static class  | FluidHandlerItemStackSimple.SwapEmptySwaps the container item for a different one when it's emptied. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FluidBucketWrapperWrapper for vanilla and forge buckets. |