Class ArsNouveauAddon.ANImbuementMapper
java.lang.Object
com.tagnumelite.projecteintegration.api.recipe.ABaseRecipeMapper<com.hollingsworth.arsnouveau.common.crafting.recipes.ImbuementRecipe>
com.tagnumelite.projecteintegration.api.recipe.ARecipeTypeMapper<com.hollingsworth.arsnouveau.common.crafting.recipes.ImbuementRecipe>
com.tagnumelite.projecteintegration.addons.ArsNouveauAddon.ANImbuementMapper
- All Implemented Interfaces:
IRecipeMapper<com.hollingsworth.arsnouveau.common.crafting.recipes.ImbuementRecipe>,moze_intel.projecte.api.config.IConfigurableElement,moze_intel.projecte.api.mapper.recipe.IRecipeTypeMapper
- Enclosing class:
ArsNouveauAddon
public static class ArsNouveauAddon.ANImbuementMapper
extends ARecipeTypeMapper<com.hollingsworth.arsnouveau.common.crafting.recipes.ImbuementRecipe>
-
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(com.hollingsworth.arsnouveau.common.crafting.recipes.ImbuementRecipe recipe) getName()getOutput(com.hollingsworth.arsnouveau.common.crafting.recipes.ImbuementRecipe recipe) Methods inherited from class com.tagnumelite.projecteintegration.api.recipe.ARecipeTypeMapper
getInput, 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
-
ANImbuementMapper
public ANImbuementMapper()
-
-
Method Details
-
getName
-
canHandle
public boolean canHandle(net.minecraft.world.item.crafting.RecipeType<?> recipeType) -
getOutput
public NSSOutput getOutput(com.hollingsworth.arsnouveau.common.crafting.recipes.ImbuementRecipe recipe) - Specified by:
getOutputin interfaceIRecipeMapper<com.hollingsworth.arsnouveau.common.crafting.recipes.ImbuementRecipe>- Overrides:
getOutputin classARecipeTypeMapper<com.hollingsworth.arsnouveau.common.crafting.recipes.ImbuementRecipe>- Parameters:
recipe-- Returns:
-
getIngredients
protected List<net.minecraft.world.item.crafting.Ingredient> getIngredients(com.hollingsworth.arsnouveau.common.crafting.recipes.ImbuementRecipe recipe) - Overrides:
getIngredientsin classARecipeTypeMapper<com.hollingsworth.arsnouveau.common.crafting.recipes.ImbuementRecipe>- Parameters:
recipe-- Returns:
-