Uses of Class
alexiil.mc.lib.attributes.fluid.FluidContainerRegistry.FluidFillHandler
| Package | Description | 
|---|---|
| alexiil.mc.lib.attributes.fluid | 
 The base package for  
fluid management. | 
- 
Uses of FluidContainerRegistry.FluidFillHandler in alexiil.mc.lib.attributes.fluid
Methods in alexiil.mc.lib.attributes.fluid with parameters of type FluidContainerRegistry.FluidFillHandler Modifier and Type Method Description static voidFluidContainerRegistry. registerFillHandler(net.minecraft.item.Item empty, FluidFilter fluids, boolean isFilterSpecific, FluidContainerRegistry.FluidFillHandler handler)Registers a custom fill handler for the given empty item, which always creates filledItemStacks with differentItems to the original.static voidFluidContainerRegistry. registerFillHandler(net.minecraft.item.Item empty, FluidContainerRegistry.FluidFillHandler handler)Registers a custom fill handler for the given empty item, which always creates filledItemStacks with differentItems to the original.static voidFluidContainerRegistry. registerFillHandler(net.minecraft.item.Item empty, FluidKey fluid, FluidContainerRegistry.FluidFillHandler handler)Registers a custom fill handler for the given empty item, which always creates filledItemStacks with differentItems to the original.static voidFluidContainerRegistry. registerFillHandler(net.minecraft.item.Item empty, java.lang.Class<?> keyClass, boolean matchSubclasses, FluidContainerRegistry.FluidFillHandler handler)Registers a custom fill handler for the given empty item, which always creates filledItemStacks with differentItems to the original.