PressingRecipe
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.
Extends
PressingRecipe extends ProcessingRecipe<RecipeWrapper>
.
Implements
PressingRecipe
implements the following interfaces:
IAssemblyRecipe
,Recipe<Container>
Members
Getter
Return Type:
List<FluidIngredient>
fluidIngredients() as List<FluidIngredient>
Return Type:
List<FluidIngredient>
Getter
Return Type:
List<IFluidStack>
fluidResults() as List<IFluidStack>
Return Type:
List<IFluidStack>
Getter
Return Type:
int
processingDuration() as int
Return Type:
int
Getter
Return Type:
HeatCondition
requiredHeat() as HeatCondition
Return Type:
HeatCondition
Getter
Return Type:
List<ProcessingOutput>
rollableResults() as List<ProcessingOutput>
Return Type:
List<ProcessingOutput>
Getter
Return Type:
List<IItemStack>
rollableResultsAsItemStacks() as List<IItemStack>
Return Type:
List<IItemStack>
rollResults() as List<IItemStack>
Return Type:
List<IItemStack>
Getter
Does this recipe support being used in assembly processing.
Return Type:
bool
supportsAssembly() as bool
Does this recipe support being used in assembly processing.
Returns: True if it is supported. False otherwise.
Return Type:
bool