public class BookCloningRecipe extends SpecialRecipe
Constructor and Description |
---|
BookCloningRecipe(ResourceLocation idIn) |
Modifier and Type | Method and Description |
---|---|
boolean |
canFit(int width,
int height) |
ItemStack |
getCraftingResult(CraftingInventory inv) |
NonNullList<ItemStack> |
getRemainingItems(CraftingInventory inv) |
IRecipeSerializer<?> |
getSerializer() |
boolean |
matches(CraftingInventory inv,
World worldIn) |
getId, getRecipeOutput, isDynamic
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType
getGroup, getIcon, getIngredients
public BookCloningRecipe(ResourceLocation idIn)
public boolean matches(CraftingInventory inv, World worldIn)
public ItemStack getCraftingResult(CraftingInventory inv)
public NonNullList<ItemStack> getRemainingItems(CraftingInventory inv)
public IRecipeSerializer<?> getSerializer()
public boolean canFit(int width, int height)