public class CraftingRecipeWrapperShaped
extends java.lang.Object
implements mezz.jei.api.recipe.wrapper.IShapedCraftingRecipeWrapper
| Constructor and Description |
|---|
CraftingRecipeWrapperShaped(crafttweaker.mc1120.recipes.MCRecipeShaped recipe) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
void |
getIngredients(mezz.jei.api.ingredients.IIngredients ingredients) |
net.minecraft.util.ResourceLocation |
getRegistryName() |
int |
getWidth() |
static void |
registerCraftingRecipes() |
public CraftingRecipeWrapperShaped(crafttweaker.mc1120.recipes.MCRecipeShaped recipe)
public static void registerCraftingRecipes()
public void getIngredients(mezz.jei.api.ingredients.IIngredients ingredients)
getIngredients in interface mezz.jei.api.recipe.IRecipeWrapperpublic int getWidth()
getWidth in interface mezz.jei.api.recipe.wrapper.IShapedCraftingRecipeWrapperpublic int getHeight()
getHeight in interface mezz.jei.api.recipe.wrapper.IShapedCraftingRecipeWrapper@Nullable public net.minecraft.util.ResourceLocation getRegistryName()
getRegistryName in interface mezz.jei.api.recipe.wrapper.ICraftingRecipeWrapper