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.

script.zs
import mods.createtweaker.SandPaperPolishingRecipe;

Extends

SandPaperPolishingRecipe extends ProcessingRecipe<SandPaperInv>.

Implements

SandPaperPolishingRecipe implements the following interfaces:

Recipe<Container>

Members

Getter
script.zs
// SandPaperPolishingRecipe.fluidIngredients as List<FluidIngredient>
mySandPaperPolishingRecipe.fluidIngredients

Return Type: List<FluidIngredient>

fluidIngredients() as List<FluidIngredient>
script.zs
// SandPaperPolishingRecipe.fluidIngredients() as List<FluidIngredient>;
mySandPaperPolishingRecipe.fluidIngredients();

Return Type: List<FluidIngredient>

Getter
script.zs
// SandPaperPolishingRecipe.fluidResults as List<IFluidStack>
mySandPaperPolishingRecipe.fluidResults

Return Type: List<IFluidStack>

fluidResults() as List<IFluidStack>
script.zs
// SandPaperPolishingRecipe.fluidResults() as List<IFluidStack>;
mySandPaperPolishingRecipe.fluidResults();

Return Type: List<IFluidStack>

Getter
script.zs
// SandPaperPolishingRecipe.processingDuration as int
mySandPaperPolishingRecipe.processingDuration

Return Type: int

processingDuration() as int
script.zs
// SandPaperPolishingRecipe.processingDuration() as int;
mySandPaperPolishingRecipe.processingDuration();

Return Type: int

Getter
script.zs
// SandPaperPolishingRecipe.requiredHeat as HeatCondition
mySandPaperPolishingRecipe.requiredHeat

Return Type: HeatCondition

requiredHeat() as HeatCondition
script.zs
// SandPaperPolishingRecipe.requiredHeat() as HeatCondition;
mySandPaperPolishingRecipe.requiredHeat();

Return Type: HeatCondition

Getter
script.zs
// SandPaperPolishingRecipe.rollableResults as List<ProcessingOutput>
mySandPaperPolishingRecipe.rollableResults

Return Type: List<ProcessingOutput>

rollableResults() as List<ProcessingOutput>
script.zs
// SandPaperPolishingRecipe.rollableResults() as List<ProcessingOutput>;
mySandPaperPolishingRecipe.rollableResults();

Return Type: List<ProcessingOutput>

Getter
script.zs
// SandPaperPolishingRecipe.rollableResultsAsItemStacks as List<IItemStack>
mySandPaperPolishingRecipe.rollableResultsAsItemStacks

Return Type: List<IItemStack>

rollableResultsAsItemStacks() as List<IItemStack>
script.zs
// SandPaperPolishingRecipe.rollableResultsAsItemStacks() as List<IItemStack>;
mySandPaperPolishingRecipe.rollableResultsAsItemStacks();

Return Type: List<IItemStack>

rollResults() as List<IItemStack>
script.zs
// SandPaperPolishingRecipe.rollResults() as List<IItemStack>;
mySandPaperPolishingRecipe.rollResults();

Return Type: List<IItemStack>