FluidIngredient
Importing the class
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
Implemented Interfaces
FluidIngredient implements the following interfaces. That means all methods defined in these interfaces are also available in FluidIngredient
- Predicate
Methods
Return Type: stdlib.List<IFluidStack>
Return Type: int
Return Type: boolean
Parameter | Type | Description |
---|---|---|
Parameter t | Type IFluidStack | Description No Description Provided |
Properties
Name | Type | Has Getter | Has Setter | Description |
---|---|---|---|---|
Name matchingFluidStacks | Type stdlib.List<IFluidStack> | Has Getter true | Has Setter false | Description No Description Provided |
Name requiredAmount | Type int | Has Getter true | Has Setter false | Description No Description Provided |