Class FarmingForBlockheadsAddon.FFBMarketMapper
java.lang.Object
com.tagnumelite.projecteintegration.api.recipe.ABaseRecipeMapper<net.blay09.mods.farmingforblockheads.recipe.MarketRecipe>
com.tagnumelite.projecteintegration.api.recipe.ARecipeTypeMapper<net.blay09.mods.farmingforblockheads.recipe.MarketRecipe>
com.tagnumelite.projecteintegration.addons.FarmingForBlockheadsAddon.FFBMarketMapper
- All Implemented Interfaces:
IRecipeMapper<net.blay09.mods.farmingforblockheads.recipe.MarketRecipe>,moze_intel.projecte.api.config.IConfigurableElement,moze_intel.projecte.api.mapper.recipe.IRecipeTypeMapper
- Enclosing class:
FarmingForBlockheadsAddon
public static class FarmingForBlockheadsAddon.FFBMarketMapper
extends ARecipeTypeMapper<net.blay09.mods.farmingforblockheads.recipe.MarketRecipe>
-
Field Summary
Fields inherited from class com.tagnumelite.projecteintegration.api.recipe.ABaseRecipeMapper
fakeGroupManager, mapper, recipeID, registryAccess -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.tagnumelite.projecteintegration.api.recipe.ARecipeTypeMapper
getIngredients, 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
-
FFBMarketMapper
public FFBMarketMapper()
-
-
Method Details
-
getInput
- Specified by:
getInputin interfaceIRecipeMapper<net.blay09.mods.farmingforblockheads.recipe.MarketRecipe>- Overrides:
getInputin classARecipeTypeMapper<net.blay09.mods.farmingforblockheads.recipe.MarketRecipe>- Parameters:
recipe-- Returns:
-
getName
-
canHandle
public boolean canHandle(net.minecraft.world.item.crafting.RecipeType<?> recipeType)
-