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.
Implements
Undocumented Interfaces
Predicate<FluidStack>
Members
asCTFluidIngredient(amount as int) as CTFluidIngredient
Parameters:
amount: int
Type: int
Return Type:
FluidIngredient
implicit as CTFluidIngredient
Return Type:
FluidIngredient
Getter
Return Type:
bool
Getter
Return Type:
bool
static of() as FluidIngredient
Return Type:
FluidIngredient
static of(fluids as IFluidStack[]) as FluidIngredient
Parameters:
fluids: IFluidStack[]
Type: IFluidStack[]
Return Type:
FluidIngredient
static of(fluids as Fluid[]) as FluidIngredient
Return Type:
FluidIngredient
Getter
Return Type:
bool
static single(stack as IFluidStack) as FluidIngredient
Parameters:
stack: IFluidStack
Type: IFluidStack
Return Type:
FluidIngredient
static single(fluid as Fluid) as FluidIngredient
Return Type:
FluidIngredient
Getter
Return Type:
FluidStack[]
static tag(tag as KnownTag<Fluid>) as FluidIngredient
Return Type:
FluidIngredient
test(fluidStack as FluidStack) as bool
Parameters:
fluidStack: FluidStack
Type: FluidStack
Return Type:
bool