@ParametersAreNonnullByDefault public class SplashingRecipe extends ProcessingRecipe<InWorldProcessing.SplashingWrapper>
fluidIngredients, fluidResults, id, ingredients, processingDuration, requiredHeat, results| Constructor and Description |
|---|
SplashingRecipe(ProcessingRecipeBuilder.ProcessingRecipeParams params) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getMaxInputCount() |
protected int |
getMaxOutputCount() |
boolean |
matches(InWorldProcessing.SplashingWrapper inv,
net.minecraft.world.World worldIn) |
assemble, canCraftInDimensions, canRequireHeat, canSpecifyDuration, enforceNextResult, getFluidIngredients, getFluidResults, getGroup, getId, getIngredients, getMaxFluidInputCount, getMaxFluidOutputCount, getProcessingDuration, getRequiredHeat, getResultItem, getRollableResults, getRollableResultsAsItemStacks, getSerializer, getType, getTypeInfo, isSpecial, readAdditional, readAdditional, rollResults, writeAdditional, writeAdditionalpublic SplashingRecipe(ProcessingRecipeBuilder.ProcessingRecipeParams params)
public boolean matches(InWorldProcessing.SplashingWrapper inv, net.minecraft.world.World worldIn)
protected int getMaxInputCount()
getMaxInputCount in class ProcessingRecipe<InWorldProcessing.SplashingWrapper>protected int getMaxOutputCount()
getMaxOutputCount in class ProcessingRecipe<InWorldProcessing.SplashingWrapper>