Class ChippedAddon.ChippedWorkbenchMapper
java.lang.Object
com.tagnumelite.projecteintegration.api.recipe.ABaseRecipeMapper<earth.terrarium.chipped.common.recipes.ChippedRecipe>
com.tagnumelite.projecteintegration.api.recipe.ARecipeTypeMapper<earth.terrarium.chipped.common.recipes.ChippedRecipe>
com.tagnumelite.projecteintegration.addons.ChippedAddon.ChippedWorkbenchMapper
- All Implemented Interfaces:
IRecipeMapper<earth.terrarium.chipped.common.recipes.ChippedRecipe>,moze_intel.projecte.api.config.IConfigurableElement,moze_intel.projecte.api.mapper.recipe.IRecipeTypeMapper
- Enclosing class:
ChippedAddon
public static class ChippedAddon.ChippedWorkbenchMapper
extends ARecipeTypeMapper<earth.terrarium.chipped.common.recipes.ChippedRecipe>
-
Field Summary
Fields inherited from class com.tagnumelite.projecteintegration.api.recipe.ABaseRecipeMapper
fakeGroupManager, mapper, recipeID, registryAccess -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanHandle(net.minecraft.world.item.crafting.RecipeType<?> recipeType) booleanconvertRecipe(earth.terrarium.chipped.common.recipes.ChippedRecipe recipe) Convert the recipe into an EMC mapgetName()Methods inherited from class com.tagnumelite.projecteintegration.api.recipe.ARecipeTypeMapper
getIngredients, getInput, getOutput, getRequiredMods, getTranslationKey, handleRecipeMethods inherited from class com.tagnumelite.projecteintegration.api.recipe.ABaseRecipeMapper
addConversionsAndReturn, addIngredient, convertFluidIngredient, convertFluidIngredient, convertFluidIngredient, convertFluidIngredients, convertIngredient, convertIngredient, convertItemStack, convertSingleFluidStack, convertSingleIngredient, convertSingleIngredient, convertSingleItemStack, getDescription, getFakeGroup, getOutputBuilder, mapOutput, mapOutputsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface moze_intel.projecte.api.config.IConfigurableElement
addConfigOptions, getConfigPath, getDescriptionMethods inherited from interface moze_intel.projecte.api.mapper.recipe.IRecipeTypeMapper
isAvailable
-
Constructor Details
-
ChippedWorkbenchMapper
public ChippedWorkbenchMapper()
-
-
Method Details
-
getName
-
canHandle
public boolean canHandle(net.minecraft.world.item.crafting.RecipeType<?> recipeType) -
convertRecipe
public boolean convertRecipe(earth.terrarium.chipped.common.recipes.ChippedRecipe recipe) Description copied from class:ABaseRecipeMapperConvert the recipe into an EMC map- Specified by:
convertRecipein interfaceIRecipeMapper<earth.terrarium.chipped.common.recipes.ChippedRecipe>- Overrides:
convertRecipein classABaseRecipeMapper<earth.terrarium.chipped.common.recipes.ChippedRecipe>- Parameters:
recipe- The recipe to be converted into an EMC Map- Returns:
- A boolean value denoting whether the recipe was handled successfully or not.
-