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