Class DeployerApplicationRecipe
java.lang.Object
com.simibubi.create.content.processing.recipe.ProcessingRecipe<net.neoforged.neoforge.items.wrapper.RecipeWrapper>
com.simibubi.create.content.kinetics.deployer.ItemApplicationRecipe
com.simibubi.create.content.kinetics.deployer.DeployerApplicationRecipe
- All Implemented Interfaces:
IAssemblyRecipe,net.minecraft.world.item.crafting.Recipe<net.neoforged.neoforge.items.wrapper.RecipeWrapper>
-
Field Summary
Fields inherited from class com.simibubi.create.content.processing.recipe.ProcessingRecipe
fluidIngredients, fluidResults, id, ingredients, processingDuration, requiredHeat, resultsFields inherited from interface net.minecraft.world.item.crafting.Recipe
CODEC, CONDITIONAL_CODEC, STREAM_CODEC -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAssemblyIngredients(List<net.minecraft.world.item.crafting.Ingredient> list) voidaddRequiredMachines(Set<net.minecraft.world.level.ItemLike> list) static net.minecraft.world.item.crafting.RecipeHolder<DeployerApplicationRecipe> convert(net.minecraft.world.item.crafting.RecipeHolder<?> sandpaperRecipe) net.minecraft.network.chat.Componentprotected intMethods inherited from class com.simibubi.create.content.kinetics.deployer.ItemApplicationRecipe
codec, getMaxInputCount, getProcessedItem, getRequiredHeldItem, matches, readAdditional, shouldKeepHeldItem, writeAdditionalMethods inherited from class com.simibubi.create.content.processing.recipe.ProcessingRecipe
assemble, canCraftInDimensions, canRequireHeat, canSpecifyDuration, enforceNextResult, getFluidIngredients, getFluidResults, getGroup, getIngredients, getMaxFluidInputCount, getMaxFluidOutputCount, getProcessingDuration, getRecipeType, getRequiredHeat, getResultItem, getRollableResults, getRollableResultsAsItemStacks, getSerializer, getType, getTypeInfo, isSpecial, rollResults, rollResultsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.simibubi.create.content.processing.sequenced.IAssemblyRecipe
addAssemblyFluidIngredients, supportsAssemblyMethods inherited from interface net.minecraft.world.item.crafting.Recipe
getRemainingItems, getToastSymbol, isIncomplete, showNotification
-
Constructor Details
-
DeployerApplicationRecipe
-
-
Method Details
-
getMaxOutputCount
protected int getMaxOutputCount()- Overrides:
getMaxOutputCountin classItemApplicationRecipe
-
convert
public static net.minecraft.world.item.crafting.RecipeHolder<DeployerApplicationRecipe> convert(net.minecraft.world.item.crafting.RecipeHolder<?> sandpaperRecipe) -
addAssemblyIngredients
- Specified by:
addAssemblyIngredientsin interfaceIAssemblyRecipe
-
getDescriptionForAssembly
public net.minecraft.network.chat.Component getDescriptionForAssembly()- Specified by:
getDescriptionForAssemblyin interfaceIAssemblyRecipe
-
addRequiredMachines
- Specified by:
addRequiredMachinesin interfaceIAssemblyRecipe
-
getJEISubCategory
- Specified by:
getJEISubCategoryin interfaceIAssemblyRecipe
-