Class StandardProcessingRecipe<T extends net.minecraft.world.item.crafting.RecipeInput>
java.lang.Object
com.simibubi.create.content.processing.recipe.ProcessingRecipe<T,ProcessingRecipeParams>
com.simibubi.create.content.processing.recipe.StandardProcessingRecipe<T>
- All Implemented Interfaces:
net.minecraft.world.item.crafting.Recipe<T>
- Direct Known Subclasses:
AbstractCrushingRecipe,BasinRecipe,ConversionRecipe,CuttingRecipe,EmptyingRecipe,FillingRecipe,HauntingRecipe,PressingRecipe,SandPaperPolishingRecipe,SplashingRecipe
@ParametersAreNonnullByDefault
public abstract class StandardProcessingRecipe<T extends net.minecraft.world.item.crafting.RecipeInput>
extends ProcessingRecipe<T,ProcessingRecipeParams>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interfacestatic class -
Field Summary
Fields inherited from class com.simibubi.create.content.processing.recipe.ProcessingRecipe
fluidIngredients, fluidResults, ingredients, params, processingDuration, requiredHeat, resultsFields inherited from interface net.minecraft.world.item.crafting.Recipe
CODEC, CONDITIONAL_CODEC, STREAM_CODEC -
Constructor Summary
ConstructorsConstructorDescriptionStandardProcessingRecipe(IRecipeTypeInfo typeInfo, ProcessingRecipeParams params) -
Method Summary
Methods inherited from class com.simibubi.create.content.processing.recipe.ProcessingRecipe
assemble, canCraftInDimensions, canRequireHeat, canSpecifyDuration, codec, enforceNextResult, getFluidIngredients, getFluidResults, getGroup, getIngredients, getMaxFluidInputCount, getMaxFluidOutputCount, getMaxInputCount, getMaxOutputCount, getParams, getProcessingDuration, getRequiredHeat, getResultItem, getRollableResults, getRollableResultsAsItemStacks, getSerializer, getType, getTypeInfo, isSpecial, rollResults, rollResults, streamCodec, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.item.crafting.Recipe
getRemainingItems, getToastSymbol, isIncomplete, matches, showNotification
-
Constructor Details
-
StandardProcessingRecipe
-