EmptyingRecipe
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.
import mods.createtweaker.EmptyingRecipe;
Extends
EmptyingRecipe extends ProcessingRecipe<RecipeWrapper>
.
Implements
EmptyingRecipe
implements the following interfaces:
Members
Getter
myEmptyingRecipe.fluidIngredients
Return Type:
List<FluidIngredient>
fluidIngredients() as List<FluidIngredient>
Getter
myEmptyingRecipe.fluidResults
Return Type:
List<IFluidStack>
fluidResults() as List<IFluidStack>
Getter
// EmptyingRecipe.processingDuration as intmyEmptyingRecipe.processingDuration
Return Type:
int
processingDuration() as int
// EmptyingRecipe.processingDuration() as int;myEmptyingRecipe.processingDuration();
Return Type:
int
Getter
// EmptyingRecipe.requiredHeat as HeatConditionmyEmptyingRecipe.requiredHeat
Return Type:
HeatCondition
requiredHeat() as HeatCondition
Getter
// EmptyingRecipe.resultingFluid as IFluidStackmyEmptyingRecipe.resultingFluid
Return Type:
IFluidStack
resultingFluid() as IFluidStack
Getter
myEmptyingRecipe.rollableResults
Return Type:
List<ProcessingOutput>
rollableResults() as List<ProcessingOutput>
Getter
myEmptyingRecipe.rollableResultsAsItemStacks
Return Type:
List<IItemStack>
rollableResultsAsItemStacks() as List<IItemStack>
rollResults() as List<IItemStack>