BasinRecipe
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.BasinRecipe;
Extends
BasinRecipe extends ProcessingRecipe<SmartInventory>
.
Implements
BasinRecipe
implements the following interfaces:
Members
Getter
myBasinRecipe.fluidIngredients
Return Type:
List<FluidIngredient>
fluidIngredients() as List<FluidIngredient>
Getter
myBasinRecipe.fluidResults
Return Type:
List<IFluidStack>
fluidResults() as List<IFluidStack>
Getter
// BasinRecipe.processingDuration as intmyBasinRecipe.processingDuration
Return Type:
int
processingDuration() as int
// BasinRecipe.processingDuration() as int;myBasinRecipe.processingDuration();
Return Type:
int
Getter
// BasinRecipe.requiredHeat as HeatConditionmyBasinRecipe.requiredHeat
Return Type:
HeatCondition
requiredHeat() as HeatCondition
Getter
myBasinRecipe.rollableResults
Return Type:
List<ProcessingOutput>
rollableResults() as List<ProcessingOutput>
Getter
myBasinRecipe.rollableResultsAsItemStacks
Return Type:
List<IItemStack>
rollableResultsAsItemStacks() as List<IItemStack>
rollResults() as List<IItemStack>