Class ShapelessTagRecipe
java.lang.Object
net.minecraft.world.item.crafting.ShapelessRecipe
com.pixelmonmod.pixelmon.api.recipe.ShapelessTagRecipe
- All Implemented Interfaces:
net.minecraft.world.item.crafting.CraftingRecipe
,net.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>
- Direct Known Subclasses:
PokeBallRecipe
public class ShapelessTagRecipe
extends net.minecraft.world.item.crafting.ShapelessRecipe
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionShapelessTagRecipe
(String group, net.minecraft.world.item.crafting.CraftingBookCategory category, net.minecraft.world.item.ItemStack result, net.minecraft.core.NonNullList<net.minecraft.world.item.crafting.Ingredient> recipeItems) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.crafting.RecipeSerializer<?>
Methods inherited from class net.minecraft.world.item.crafting.ShapelessRecipe
assemble, canCraftInDimensions, category, getGroup, getIngredients, getResultItem, matches
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.item.crafting.CraftingRecipe
getType
Methods inherited from interface net.minecraft.world.item.crafting.Recipe
getRemainingItems, getToastSymbol, isIncomplete, isSpecial, showNotification
-
Constructor Details
-
ShapelessTagRecipe
public ShapelessTagRecipe(String group, net.minecraft.world.item.crafting.CraftingBookCategory category, net.minecraft.world.item.ItemStack result, net.minecraft.core.NonNullList<net.minecraft.world.item.crafting.Ingredient> recipeItems)
-
-
Method Details
-
getSerializer
public net.minecraft.world.item.crafting.RecipeSerializer<?> getSerializer()- Specified by:
getSerializer
in interfacenet.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>
- Overrides:
getSerializer
in classnet.minecraft.world.item.crafting.ShapelessRecipe
-