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, getTooltipStringsdrawAnimations, getFluidInputs, getFluidOutputs, handleClickclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdrawAnimations, getFluidInputs, getFluidOutputs, handleClickpublic ShapelessRecipesWrapper(IGuiHelper guiHelper, net.minecraft.item.crafting.ShapelessRecipes recipe)
public void getIngredients(IIngredients ingredients)
IRecipeWrapperIIngredients.public java.util.List<net.minecraft.item.ItemStack> getInputs()
IRecipeWrappergetInputs in interface IRecipeWrappergetInputs in interface ICraftingRecipeWrappergetInputs in class BlankRecipeWrapperpublic java.util.List<net.minecraft.item.ItemStack> getOutputs()
IRecipeWrappergetOutputs in interface IRecipeWrappergetOutputs in interface ICraftingRecipeWrappergetOutputs in class BlankRecipeWrapper