public class MirrorTransferCrafting
extends java.lang.Object
implements net.minecraft.item.crafting.IRecipe
| Constructor and Description |
|---|
MirrorTransferCrafting() |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack |
analzyeCraftingInventory(net.minecraft.inventory.InventoryCrafting craftingInv,
boolean generatePattern) |
net.minecraft.item.ItemStack |
getCraftingResult(net.minecraft.inventory.InventoryCrafting craftingInv) |
net.minecraft.item.ItemStack |
getRecipeOutput() |
int |
getRecipeSize() |
net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> |
getRemainingItems(net.minecraft.inventory.InventoryCrafting craftingInv) |
boolean |
matches(net.minecraft.inventory.InventoryCrafting craftingInv,
net.minecraft.world.World worldIn) |
public boolean matches(net.minecraft.inventory.InventoryCrafting craftingInv,
net.minecraft.world.World worldIn)
matches in interface net.minecraft.item.crafting.IRecipepublic net.minecraft.item.ItemStack analzyeCraftingInventory(net.minecraft.inventory.InventoryCrafting craftingInv,
boolean generatePattern)
public net.minecraft.item.ItemStack getCraftingResult(net.minecraft.inventory.InventoryCrafting craftingInv)
getCraftingResult in interface net.minecraft.item.crafting.IRecipepublic int getRecipeSize()
getRecipeSize in interface net.minecraft.item.crafting.IRecipepublic net.minecraft.item.ItemStack getRecipeOutput()
getRecipeOutput in interface net.minecraft.item.crafting.IRecipepublic net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> getRemainingItems(net.minecraft.inventory.InventoryCrafting craftingInv)
getRemainingItems in interface net.minecraft.item.crafting.IRecipe