Class ManualApplicationRecipe
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.ManualApplicationRecipe
- All Implemented Interfaces:
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 TypeMethodDescriptionstatic net.minecraft.world.item.crafting.RecipeHolder<DeployerApplicationRecipe> asDeploying(net.minecraft.world.item.crafting.RecipeHolder<?> recipe) static voidmanualApplicationRecipesApplyInWorld(net.neoforged.neoforge.event.entity.player.PlayerInteractEvent.RightClickBlock event) List<net.minecraft.world.item.ItemStack> booleantestBlock(net.minecraft.world.level.block.state.BlockState in) net.minecraft.world.level.block.state.BlockStatetransformBlock(net.minecraft.world.level.block.state.BlockState in) Methods inherited from class com.simibubi.create.content.kinetics.deployer.ItemApplicationRecipe
codec, getMaxInputCount, getMaxOutputCount, 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, rollResultsMethods 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, showNotification
-
Constructor Details
-
ManualApplicationRecipe
-
-
Method Details
-
manualApplicationRecipesApplyInWorld
public static void manualApplicationRecipesApplyInWorld(net.neoforged.neoforge.event.entity.player.PlayerInteractEvent.RightClickBlock event) -
asDeploying
public static net.minecraft.world.item.crafting.RecipeHolder<DeployerApplicationRecipe> asDeploying(net.minecraft.world.item.crafting.RecipeHolder<?> recipe) -
testBlock
public boolean testBlock(net.minecraft.world.level.block.state.BlockState in) -
transformBlock
public net.minecraft.world.level.block.state.BlockState transformBlock(net.minecraft.world.level.block.state.BlockState in) -
rollResults
- Overrides:
rollResultsin classProcessingRecipe<net.neoforged.neoforge.items.wrapper.RecipeWrapper>
-
getRollableResultsExceptBlock
-