Class TouhouLittleMaidAddon.TLMAltarMapper

java.lang.Object
com.tagnumelite.projecteintegration.api.recipe.ABaseRecipeMapper<com.github.tartaricacid.touhoulittlemaid.crafting.AltarRecipe>
com.tagnumelite.projecteintegration.api.recipe.ARecipeTypeMapper<com.github.tartaricacid.touhoulittlemaid.crafting.AltarRecipe>
com.tagnumelite.projecteintegration.addons.TouhouLittleMaidAddon.TLMAltarMapper
All Implemented Interfaces:
IRecipeMapper<com.github.tartaricacid.touhoulittlemaid.crafting.AltarRecipe>, moze_intel.projecte.api.config.IConfigurableElement, moze_intel.projecte.api.mapper.recipe.IRecipeTypeMapper
Enclosing class:
TouhouLittleMaidAddon

public static class TouhouLittleMaidAddon.TLMAltarMapper extends ARecipeTypeMapper<com.github.tartaricacid.touhoulittlemaid.crafting.AltarRecipe>
  • Constructor Details

    • TLMAltarMapper

      public TLMAltarMapper()
  • Method Details

    • getName

      public String getName()
    • canHandle

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

      public boolean convertRecipe(com.github.tartaricacid.touhoulittlemaid.crafting.AltarRecipe recipe)
      Description copied from class: ABaseRecipeMapper
      Convert the recipe into an EMC map
      Specified by:
      convertRecipe in interface IRecipeMapper<com.github.tartaricacid.touhoulittlemaid.crafting.AltarRecipe>
      Overrides:
      convertRecipe in class ABaseRecipeMapper<com.github.tartaricacid.touhoulittlemaid.crafting.AltarRecipe>
      Parameters:
      recipe - The recipe to be converted into an EMC Map
      Returns:
      A boolean value denoting whether the recipe was handled successfully or not.