public class RecipePipeColour extends java.lang.Object implements net.minecraft.item.crafting.IRecipe, IRecipeViewable
IRecipeViewable.IRecipePowered, IRecipeViewable.IViewableGrid
Constructor and Description |
---|
RecipePipeColour(net.minecraft.item.ItemStack out,
java.lang.Object[] required,
boolean shaped) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.item.ItemStack |
getCraftingResult(net.minecraft.inventory.InventoryCrafting inv) |
ChangingItemStack[] |
getRecipeInputs() |
net.minecraft.item.ItemStack |
getRecipeOutput() |
ChangingItemStack |
getRecipeOutputs() |
int |
getRecipeSize() |
net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> |
getRemainingItems(net.minecraft.inventory.InventoryCrafting inv) |
boolean |
matches(net.minecraft.inventory.InventoryCrafting inv,
net.minecraft.world.World worldIn) |
public RecipePipeColour(net.minecraft.item.ItemStack out, java.lang.Object[] required, boolean shaped)
public boolean matches(net.minecraft.inventory.InventoryCrafting inv, net.minecraft.world.World worldIn)
matches
in interface net.minecraft.item.crafting.IRecipe
public net.minecraft.item.ItemStack getCraftingResult(net.minecraft.inventory.InventoryCrafting inv)
getCraftingResult
in interface net.minecraft.item.crafting.IRecipe
public int getRecipeSize()
getRecipeSize
in interface net.minecraft.item.crafting.IRecipe
public net.minecraft.item.ItemStack getRecipeOutput()
getRecipeOutput
in interface net.minecraft.item.crafting.IRecipe
public net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> getRemainingItems(net.minecraft.inventory.InventoryCrafting inv)
getRemainingItems
in interface net.minecraft.item.crafting.IRecipe
public ChangingItemStack[] getRecipeInputs()
getRecipeInputs
in interface IRecipeViewable
public ChangingItemStack getRecipeOutputs()
getRecipeOutputs
in interface IRecipeViewable