Class NaturesAuraAddon.NATreeRitualMapper
java.lang.Object
com.tagnumelite.projecteintegration.api.recipe.ABaseRecipeMapper<de.ellpeck.naturesaura.recipes.TreeRitualRecipe>
com.tagnumelite.projecteintegration.api.recipe.ARecipeTypeMapper<de.ellpeck.naturesaura.recipes.TreeRitualRecipe>
com.tagnumelite.projecteintegration.addons.NaturesAuraAddon.NATreeRitualMapper
- All Implemented Interfaces:
IRecipeMapper<de.ellpeck.naturesaura.recipes.TreeRitualRecipe>,moze_intel.projecte.api.config.IConfigurableElement,moze_intel.projecte.api.mapper.recipe.IRecipeTypeMapper
- Enclosing class:
NaturesAuraAddon
public static class NaturesAuraAddon.NATreeRitualMapper
extends ARecipeTypeMapper<de.ellpeck.naturesaura.recipes.TreeRitualRecipe>
-
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) protected List<net.minecraft.world.item.crafting.Ingredient> getIngredients(de.ellpeck.naturesaura.recipes.TreeRitualRecipe recipe) getName()Methods inherited from class com.tagnumelite.projecteintegration.api.recipe.ARecipeTypeMapper
getInput, getOutput, getRequiredMods, getTranslationKey, handleRecipeMethods inherited from class com.tagnumelite.projecteintegration.api.recipe.ABaseRecipeMapper
addConversionsAndReturn, addIngredient, convertFluidIngredient, convertFluidIngredient, convertFluidIngredient, convertFluidIngredients, convertIngredient, convertIngredient, convertItemStack, convertRecipe, 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
-
NATreeRitualMapper
public NATreeRitualMapper()
-
-
Method Details
-
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.TreeRitualRecipe recipe) - Overrides:
getIngredientsin classARecipeTypeMapper<de.ellpeck.naturesaura.recipes.TreeRitualRecipe>- Parameters:
recipe-- Returns:
-