Uses of Class
alexiil.mc.lib.attributes.fluid.FluidContainerRegistry.FluidFillHandler
-
Uses of FluidContainerRegistry.FluidFillHandler in alexiil.mc.lib.attributes.fluid
Modifier and TypeMethodDescriptionstatic void
FluidContainerRegistry.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 filledItemStack
s with differentItem
s to the original.static void
FluidContainerRegistry.registerFillHandler(net.minecraft.item.Item empty, FluidContainerRegistry.FluidFillHandler handler)
Registers a custom fill handler for the given empty item, which always creates filledItemStack
s with differentItem
s to the original.static void
FluidContainerRegistry.registerFillHandler(net.minecraft.item.Item empty, FluidKey fluid, FluidContainerRegistry.FluidFillHandler handler)
Registers a custom fill handler for the given empty item, which always creates filledItemStack
s with differentItem
s to the original.static void
FluidContainerRegistry.registerFillHandler(net.minecraft.item.Item empty, Class<?> keyClass, boolean matchSubclasses, FluidContainerRegistry.FluidFillHandler handler)
Registers a custom fill handler for the given empty item, which always creates filledItemStack
s with differentItem
s to the original.