Package net.minecraft.item.crafting
Class BookCloningRecipe
- java.lang.Object
-
- net.minecraft.item.crafting.SpecialRecipe
-
- net.minecraft.item.crafting.BookCloningRecipe
-
- All Implemented Interfaces:
ICraftingRecipe
,IRecipe<CraftingInventory>
public class BookCloningRecipe extends SpecialRecipe
-
-
Constructor Summary
Constructors Constructor Description BookCloningRecipe(ResourceLocation p_i48170_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
-
BookCloningRecipe
public BookCloningRecipe(ResourceLocation p_i48170_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_)
-
-