public class ShapelessRecipesWrapper extends AbstractShapelessRecipeWrapper
Constructor and Description |
---|
ShapelessRecipesWrapper(IGuiHelper guiHelper,
net.minecraft.item.crafting.ShapelessRecipes 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<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.
|
drawInfo, getTooltipStrings
drawAnimations, getFluidInputs, getFluidOutputs, handleClick
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
drawAnimations, getFluidInputs, getFluidOutputs, handleClick
public ShapelessRecipesWrapper(IGuiHelper guiHelper, net.minecraft.item.crafting.ShapelessRecipes recipe)
public void getIngredients(IIngredients ingredients)
IRecipeWrapper
IIngredients
.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