SizedFluidIngredient
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.
Members
Getter
Return Type:
int
implicit as CTFluidIngredient
Return Type:
FluidIngredient
Getter
Return Type:
IFluidStack[]
Getter
Return Type:
FluidIngredient
static of(fluid as Fluid, amount as int) as SizedFluidIngredient
Return Type:
SizedFluidIngredient
static of(stack as FluidStack) as SizedFluidIngredient
Parameters:
stack: FluidStack
Type: FluidStack
Return Type:
SizedFluidIngredient
static of(tag as KnownTag<Fluid>, amount as int) as SizedFluidIngredient
Return Type:
SizedFluidIngredient
test(stack as IFluidStack) as bool
Parameters:
stack: IFluidStack
Type: IFluidStack
Return Type:
bool