Class ItemApplicationRecipeHandler
java.lang.Object
com.blamejared.createtweaker.recipe.handler.ItemApplicationRecipeHandler
- All Implemented Interfaces:
com.blamejared.crafttweaker.api.recipe.handler.IRecipeHandler<com.simibubi.create.content.kinetics.deployer.ManualApplicationRecipe>,IProcessingRecipeHandler<com.simibubi.create.content.kinetics.deployer.ManualApplicationRecipe>
@For(com.simibubi.create.content.kinetics.deployer.ManualApplicationRecipe.class)
public class ItemApplicationRecipeHandler
extends Object
implements IProcessingRecipeHandler<com.simibubi.create.content.kinetics.deployer.ManualApplicationRecipe>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.blamejared.crafttweaker.api.recipe.handler.IRecipeHandler
com.blamejared.crafttweaker.api.recipe.handler.IRecipeHandler.For -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondumpToCommandString(com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager iRecipeManager, com.simibubi.create.content.kinetics.deployer.ManualApplicationRecipe recipe) com.simibubi.create.content.processing.recipe.ProcessingRecipeBuilder.ProcessingRecipeFactory<com.simibubi.create.content.kinetics.deployer.ManualApplicationRecipe>factory()booleanisGoodRecipe(net.minecraft.world.item.crafting.Recipe<?> recipe) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blamejared.createtweaker.recipe.handler.IProcessingRecipeHandler
decompose, doesConflict, recompose
-
Constructor Details
-
ItemApplicationRecipeHandler
public ItemApplicationRecipeHandler()
-
-
Method Details
-
dumpToCommandString
public String dumpToCommandString(com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager iRecipeManager, com.simibubi.create.content.kinetics.deployer.ManualApplicationRecipe recipe) - Specified by:
dumpToCommandStringin interfacecom.blamejared.crafttweaker.api.recipe.handler.IRecipeHandler<com.simibubi.create.content.kinetics.deployer.ManualApplicationRecipe>
-
isGoodRecipe
public boolean isGoodRecipe(net.minecraft.world.item.crafting.Recipe<?> recipe) - Specified by:
isGoodRecipein interfaceIProcessingRecipeHandler<com.simibubi.create.content.kinetics.deployer.ManualApplicationRecipe>
-
factory
public com.simibubi.create.content.processing.recipe.ProcessingRecipeBuilder.ProcessingRecipeFactory<com.simibubi.create.content.kinetics.deployer.ManualApplicationRecipe> factory()- Specified by:
factoryin interfaceIProcessingRecipeHandler<com.simibubi.create.content.kinetics.deployer.ManualApplicationRecipe>
-