Package net.minecraft.item.crafting
Class SuspiciousStewRecipe
- java.lang.Object
-
- net.minecraft.item.crafting.SpecialRecipe
-
- net.minecraft.item.crafting.SuspiciousStewRecipe
-
- All Implemented Interfaces:
ICraftingRecipe
,IRecipe<CraftingInventory>
public class SuspiciousStewRecipe extends SpecialRecipe
-
-
Constructor Summary
Constructors Constructor Description SuspiciousStewRecipe(ResourceLocation p_i50020_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemStack
assemble(CraftingInventory p_77572_1_)
boolean
canCraftInDimensions(int p_194133_1_, int p_194133_2_)
IRecipeSerializer<?>
getSerializer()
boolean
matches(CraftingInventory p_77569_1_, World p_77569_2_)
-
Methods inherited from class net.minecraft.item.crafting.SpecialRecipe
getId, getResultItem, isSpecial
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.item.crafting.ICraftingRecipe
getType
-
Methods inherited from interface net.minecraft.item.crafting.IRecipe
getGroup, getIngredients, getRemainingItems, getToastSymbol
-
-
-
-
Constructor Detail
-
SuspiciousStewRecipe
public SuspiciousStewRecipe(ResourceLocation p_i50020_1_)
-
-
Method Detail
-
matches
public boolean matches(CraftingInventory p_77569_1_, World p_77569_2_)
-
assemble
public ItemStack assemble(CraftingInventory p_77572_1_)
-
canCraftInDimensions
public boolean canCraftInDimensions(int p_194133_1_, int p_194133_2_)
-
getSerializer
public IRecipeSerializer<?> getSerializer()
-
-