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