Class ShapedTagRecipe
java.lang.Object
net.minecraft.world.item.crafting.ShapedRecipe
com.pixelmonmod.pixelmon.api.recipe.ShapedTagRecipe
- All Implemented Interfaces:
net.minecraft.world.item.crafting.CraftingRecipe,net.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>,net.minecraftforge.common.crafting.IShapedRecipe<net.minecraft.world.inventory.CraftingContainer>
public class ShapedTagRecipe
extends net.minecraft.world.item.crafting.ShapedRecipe
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class net.minecraft.world.item.crafting.ShapedRecipe
category, group, height, MAX_HEIGHT, MAX_WIDTH, recipeItems, result, showNotification, width -
Constructor Summary
ConstructorsConstructorDescriptionShapedTagRecipe(String group, net.minecraft.world.item.crafting.CraftingBookCategory category, int width, int height, net.minecraft.core.NonNullList<net.minecraft.world.item.crafting.Ingredient> recipeItems, net.minecraft.world.item.ItemStack result) ShapedTagRecipe(String group, net.minecraft.world.item.crafting.CraftingBookCategory category, int width, int height, net.minecraft.core.NonNullList<net.minecraft.world.item.crafting.Ingredient> recipeItems, net.minecraft.world.item.ItemStack result, boolean showNotification) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.crafting.RecipeSerializer<?>Methods inherited from class net.minecraft.world.item.crafting.ShapedRecipe
assemble, canCraftInDimensions, category, getGroup, getHeight, getIngredients, getRecipeHeight, getRecipeWidth, getResultItem, getWidth, isIncomplete, matches, setCraftingSize, showNotification, shrinkMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.item.crafting.CraftingRecipe
getTypeMethods inherited from interface net.minecraft.world.item.crafting.Recipe
getRemainingItems, getToastSymbol, isSpecial
-
Constructor Details
-
ShapedTagRecipe
public ShapedTagRecipe(String group, net.minecraft.world.item.crafting.CraftingBookCategory category, int width, int height, net.minecraft.core.NonNullList<net.minecraft.world.item.crafting.Ingredient> recipeItems, net.minecraft.world.item.ItemStack result, boolean showNotification) -
ShapedTagRecipe
public ShapedTagRecipe(String group, net.minecraft.world.item.crafting.CraftingBookCategory category, int width, int height, net.minecraft.core.NonNullList<net.minecraft.world.item.crafting.Ingredient> recipeItems, net.minecraft.world.item.ItemStack result)
-
-
Method Details
-
getSerializer
public net.minecraft.world.item.crafting.RecipeSerializer<?> getSerializer()- Specified by:
getSerializerin interfacenet.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>- Overrides:
getSerializerin classnet.minecraft.world.item.crafting.ShapedRecipe
-