Class NaturesAuraAddon.NAOfferingMapper

java.lang.Object
com.tagnumelite.projecteintegration.api.recipe.ABaseRecipeMapper<de.ellpeck.naturesaura.recipes.OfferingRecipe>
com.tagnumelite.projecteintegration.api.recipe.ARecipeTypeMapper<de.ellpeck.naturesaura.recipes.OfferingRecipe>
com.tagnumelite.projecteintegration.addons.NaturesAuraAddon.NAOfferingMapper
All Implemented Interfaces:
IRecipeMapper<de.ellpeck.naturesaura.recipes.OfferingRecipe>, moze_intel.projecte.api.config.IConfigurableElement, moze_intel.projecte.api.mapper.recipe.IRecipeTypeMapper
Enclosing class:
NaturesAuraAddon

public static class NaturesAuraAddon.NAOfferingMapper extends ARecipeTypeMapper<de.ellpeck.naturesaura.recipes.OfferingRecipe>
  • Constructor Details

    • NAOfferingMapper

      public NAOfferingMapper()
  • Method Details

    • getName

      public String getName()
    • canHandle

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

      protected List<net.minecraft.world.item.crafting.Ingredient> getIngredients(de.ellpeck.naturesaura.recipes.OfferingRecipe recipe)
      Overrides:
      getIngredients in class ARecipeTypeMapper<de.ellpeck.naturesaura.recipes.OfferingRecipe>
      Parameters:
      recipe -
      Returns: