public class TippedArrowRecipeWrapper extends BlankRecipeWrapper implements IShapedCraftingRecipeWrapper
Constructor and Description |
---|
TippedArrowRecipeWrapper(net.minecraft.potion.PotionType type) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
void |
getIngredients(IIngredients ingredients)
Gets all the recipe's ingredients by filling out an instance of
IIngredients . |
java.util.List<net.minecraft.item.ItemStack> |
getInputs()
Return a list of recipe inputs.
|
java.util.List<net.minecraft.item.ItemStack> |
getOutputs()
Return a list of recipe inputs.
|
int |
getWidth() |
drawAnimations, drawInfo, getFluidInputs, getFluidOutputs, getTooltipStrings, handleClick
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
drawAnimations, drawInfo, getFluidInputs, getFluidOutputs, getTooltipStrings, handleClick
public TippedArrowRecipeWrapper(net.minecraft.potion.PotionType type)
public void getIngredients(IIngredients ingredients)
IRecipeWrapper
IIngredients
.getIngredients
in interface IRecipeWrapper
public java.util.List<net.minecraft.item.ItemStack> getInputs()
IRecipeWrapper
getInputs
in interface IRecipeWrapper
getInputs
in interface ICraftingRecipeWrapper
getInputs
in class BlankRecipeWrapper
public java.util.List<net.minecraft.item.ItemStack> getOutputs()
IRecipeWrapper
getOutputs
in interface IRecipeWrapper
getOutputs
in interface ICraftingRecipeWrapper
getOutputs
in class BlankRecipeWrapper
public int getWidth()
getWidth
in interface IShapedCraftingRecipeWrapper
public int getHeight()
getHeight
in interface IShapedCraftingRecipeWrapper