Package net.minecraft.item.crafting
Class StonecuttingRecipe
- java.lang.Object
-
- net.minecraft.item.crafting.SingleItemRecipe
-
- net.minecraft.item.crafting.StonecuttingRecipe
-
- All Implemented Interfaces:
IRecipe<IInventory>
public class StonecuttingRecipe extends SingleItemRecipe
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraft.item.crafting.SingleItemRecipe
SingleItemRecipe.Serializer<T extends SingleItemRecipe>
-
-
Field Summary
-
Fields inherited from class net.minecraft.item.crafting.SingleItemRecipe
group, id, ingredient, result
-
-
Constructor Summary
Constructors Constructor Description StonecuttingRecipe(ResourceLocation p_i50021_1_, java.lang.String p_i50021_2_, Ingredient p_i50021_3_, ItemStack p_i50021_4_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemStack
getToastSymbol()
boolean
matches(IInventory p_77569_1_, World p_77569_2_)
-
Methods inherited from class net.minecraft.item.crafting.SingleItemRecipe
assemble, canCraftInDimensions, getGroup, getId, getIngredients, getResultItem, getSerializer, getType
-
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.IRecipe
getRemainingItems, isSpecial
-
-
-
-
Constructor Detail
-
StonecuttingRecipe
public StonecuttingRecipe(ResourceLocation p_i50021_1_, java.lang.String p_i50021_2_, Ingredient p_i50021_3_, ItemStack p_i50021_4_)
-
-
Method Detail
-
matches
public boolean matches(IInventory p_77569_1_, World p_77569_2_)
-
getToastSymbol
public ItemStack getToastSymbol()
-
-