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>
  • Constructor Details

    • ChippedWorkbenchMapper

      public ChippedWorkbenchMapper()
  • Method Details

    • getName

      public String 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: ABaseRecipeMapper
      Convert the recipe into an EMC map
      Specified by:
      convertRecipe in interface IRecipeMapper<earth.terrarium.chipped.common.recipes.ChippedRecipe>
      Overrides:
      convertRecipe in class ABaseRecipeMapper<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.