Class SandPaperPolishingRecipeHandler
java.lang.Object
com.blamejared.createtweaker.recipe.handler.SandPaperPolishingRecipeHandler
- All Implemented Interfaces:
com.blamejared.crafttweaker.api.recipe.handler.IRecipeHandler<com.simibubi.create.content.equipment.sandPaper.SandPaperPolishingRecipe>,IProcessingRecipeHandler<com.simibubi.create.content.equipment.sandPaper.SandPaperPolishingRecipe>
@For(com.simibubi.create.content.equipment.sandPaper.SandPaperPolishingRecipe.class)
public class SandPaperPolishingRecipeHandler
extends Object
implements IProcessingRecipeHandler<com.simibubi.create.content.equipment.sandPaper.SandPaperPolishingRecipe>
-
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.equipment.sandPaper.SandPaperPolishingRecipe recipe) com.simibubi.create.content.processing.recipe.ProcessingRecipeBuilder.ProcessingRecipeFactory<com.simibubi.create.content.equipment.sandPaper.SandPaperPolishingRecipe>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
-
SandPaperPolishingRecipeHandler
public SandPaperPolishingRecipeHandler()
-
-
Method Details
-
dumpToCommandString
public String dumpToCommandString(com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager iRecipeManager, com.simibubi.create.content.equipment.sandPaper.SandPaperPolishingRecipe recipe) - Specified by:
dumpToCommandStringin interfacecom.blamejared.crafttweaker.api.recipe.handler.IRecipeHandler<com.simibubi.create.content.equipment.sandPaper.SandPaperPolishingRecipe>
-
isGoodRecipe
public boolean isGoodRecipe(net.minecraft.world.item.crafting.Recipe<?> recipe) - Specified by:
isGoodRecipein interfaceIProcessingRecipeHandler<com.simibubi.create.content.equipment.sandPaper.SandPaperPolishingRecipe>
-
factory
public com.simibubi.create.content.processing.recipe.ProcessingRecipeBuilder.ProcessingRecipeFactory<com.simibubi.create.content.equipment.sandPaper.SandPaperPolishingRecipe> factory()- Specified by:
factoryin interfaceIProcessingRecipeHandler<com.simibubi.create.content.equipment.sandPaper.SandPaperPolishingRecipe>
-