Class ExtendedCraftingAddon.ECCompressorMapper

java.lang.Object
com.tagnumelite.projecteintegration.api.recipe.ABaseRecipeMapper<com.blakebr0.extendedcrafting.api.crafting.ICompressorRecipe>
com.tagnumelite.projecteintegration.api.recipe.ARecipeTypeMapper<com.blakebr0.extendedcrafting.api.crafting.ICompressorRecipe>
com.tagnumelite.projecteintegration.addons.ExtendedCraftingAddon.ECCompressorMapper
All Implemented Interfaces:
IRecipeMapper<com.blakebr0.extendedcrafting.api.crafting.ICompressorRecipe>, moze_intel.projecte.api.config.IConfigurableElement, moze_intel.projecte.api.mapper.recipe.IRecipeTypeMapper
Enclosing class:
ExtendedCraftingAddon

public static class ExtendedCraftingAddon.ECCompressorMapper extends ARecipeTypeMapper<com.blakebr0.extendedcrafting.api.crafting.ICompressorRecipe>
  • Constructor Details

    • ECCompressorMapper

      public ECCompressorMapper()
  • Method Details

    • getName

      public String getName()
    • canHandle

      public boolean canHandle(net.minecraft.world.item.crafting.RecipeType<?> recipeType)
    • getInput

      public NSSInput getInput(com.blakebr0.extendedcrafting.api.crafting.ICompressorRecipe recipe)
      Specified by:
      getInput in interface IRecipeMapper<com.blakebr0.extendedcrafting.api.crafting.ICompressorRecipe>
      Overrides:
      getInput in class ARecipeTypeMapper<com.blakebr0.extendedcrafting.api.crafting.ICompressorRecipe>
      Parameters:
      recipe -
      Returns: