public class ShapelessOreRecipeWrapper extends AbstractShapelessRecipeWrapper
Constructor and Description |
---|
ShapelessOreRecipeWrapper(IJeiHelpers jeiHelpers,
net.minecraftforge.oredict.ShapelessOreRecipe recipe) |
Modifier and Type | Method and Description |
---|---|
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.
|
drawInfo, getTooltipStrings
drawAnimations, getFluidInputs, getFluidOutputs, handleClick
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
drawAnimations, getFluidInputs, getFluidOutputs, handleClick
public ShapelessOreRecipeWrapper(IJeiHelpers jeiHelpers, net.minecraftforge.oredict.ShapelessOreRecipe recipe)
public void getIngredients(IIngredients ingredients)
IRecipeWrapper
IIngredients
.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