Class SimpleFluidIngredient

java.lang.Object
net.neoforged.neoforge.fluids.crafting.FluidIngredient
net.neoforged.neoforge.fluids.crafting.SimpleFluidIngredient
All Implemented Interfaces:
Predicate<FluidStack>

public class SimpleFluidIngredient extends FluidIngredient
Fluid ingredient that matches the fluids specified by the given HolderSet. Most commonly, this will either be a list of fluids or a fluid tag.

Unlike with ingredients, this is technically an explicit "type" of fluid ingredient, though in JSON, it is still written without a type field, see FluidIngredientCodecs.codec()