Package net.minecraft.item.crafting
Class BannerDuplicateRecipe
- java.lang.Object
-
- net.minecraft.item.crafting.SpecialRecipe
-
- net.minecraft.item.crafting.BannerDuplicateRecipe
-
- All Implemented Interfaces:
ICraftingRecipe
,IRecipe<CraftingInventory>
public class BannerDuplicateRecipe extends SpecialRecipe
-
-
Constructor Summary
Constructors Constructor Description BannerDuplicateRecipe(ResourceLocation p_i48171_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_)
NonNullList<ItemStack>
getRemainingItems(CraftingInventory p_179532_1_)
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, getToastSymbol
-
-
-
-
Constructor Detail
-
BannerDuplicateRecipe
public BannerDuplicateRecipe(ResourceLocation p_i48171_1_)
-
-
Method Detail
-
matches
public boolean matches(CraftingInventory p_77569_1_, World p_77569_2_)
-
assemble
public ItemStack assemble(CraftingInventory p_77572_1_)
-
getRemainingItems
public NonNullList<ItemStack> getRemainingItems(CraftingInventory p_179532_1_)
-
getSerializer
public IRecipeSerializer<?> getSerializer()
-
canCraftInDimensions
public boolean canCraftInDimensions(int p_194133_1_, int p_194133_2_)
-
-