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>
-
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(com.github.tartaricacid.touhoulittlemaid.crafting.AltarRecipe 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
-
TLMAltarMapper
public TLMAltarMapper()
-
-
Method Details
-
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:ABaseRecipeMapperConvert the recipe into an EMC map- Specified by:
convertRecipein interfaceIRecipeMapper<com.github.tartaricacid.touhoulittlemaid.crafting.AltarRecipe>- Overrides:
convertRecipein classABaseRecipeMapper<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.
-