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
Getter
Return Type:
List<IFluidStack>
matchingFluidStacks() as List<IFluidStack>
Return Type:
List<IFluidStack>
Getter
Return Type:
long
requiredAmount() as long
Return Type:
long
test(t as IFluidStack) as bool
Parameters:
t: IFluidStack
Type: IFluidStack
Return Type:
bool