public class ShapedOreRecipeWrapper extends BlankRecipeWrapper implements IShapedCraftingRecipeWrapper
Constructor and Description |
---|
ShapedOreRecipeWrapper(IJeiHelpers jeiHelpers,
net.minecraftforge.oredict.ShapedOreRecipe recipe) |
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 |
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 ShapedOreRecipeWrapper(IJeiHelpers jeiHelpers, net.minecraftforge.oredict.ShapedOreRecipe recipe)
public void getIngredients(IIngredients ingredients)
IRecipeWrapper
IIngredients
.getIngredients
in interface IRecipeWrapper
public java.util.List 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