Interface FluidVariantAttributeHandler


@Experimental public interface FluidVariantAttributeHandler
Defines the common attributes of fluid variants of a given Fluid. Register with FluidVariantAttributes.register(net.minecraft.fluid.Fluid, net.fabricmc.fabric.api.transfer.v1.fluid.FluidVariantAttributeHandler).

Experimental feature, we reserve the right to remove or change it without further notice. The transfer API is a complex addition, and we want to be able to correct possible design mistakes.