Package adris.altoclef.util
Class JankCraftingRecipeMapping
java.lang.Object
adris.altoclef.util.JankCraftingRecipeMapping
For crafting table/inventory recipe book crafting, we need to figure out identifiers given a recipe.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<net.minecraft.recipe.Recipe>
getMinecraftMappedRecipe
(CraftingRecipe recipe, net.minecraft.item.Item output)
-
Constructor Details
-
JankCraftingRecipeMapping
public JankCraftingRecipeMapping()
-
-
Method Details
-
getMinecraftMappedRecipe
public static Optional<net.minecraft.recipe.Recipe> getMinecraftMappedRecipe(CraftingRecipe recipe, net.minecraft.item.Item output)
-