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