FluidIngredient
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Description
FluidIngredient that facilitates accepting either a single, or multipleIFluidStack
s, <Fluid>
s or Many<KnownTag<Fluid>>s. Implements
FluidIngredient
implements the following interfaces:
Operators
|(other as CTFluidIngredient) as CTFluidIngredient
Parameters:
other: FluidIngredient
Type: FluidIngredient
Return Type:
FluidIngredient
Members
matches(fluid as Fluid) as bool
matches(fluidStack as IFluidStack) as bool
Parameters:
fluidStack: IFluidStack
Type: IFluidStack
Return Type:
bool