public class FarmingInfoRecipeWrapper
extends java.lang.Object
implements mezz.jei.api.recipe.IRecipeWrapper
| Constructor and Description |
|---|
FarmingInfoRecipeWrapper(net.minecraft.item.ItemStack tube,
IFarmProperties properties,
ICircuit circuit) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawInfo(net.minecraft.client.Minecraft minecraft,
int recipeWidth,
int recipeHeight,
int mouseX,
int mouseY)
Draw additional info about the recipe.
|
void |
getIngredients(mezz.jei.api.ingredients.IIngredients ingredients)
Gets all the recipe's ingredients by filling out an instance of
IIngredients. |
public FarmingInfoRecipeWrapper(net.minecraft.item.ItemStack tube,
IFarmProperties properties,
ICircuit circuit)
public void drawInfo(net.minecraft.client.Minecraft minecraft,
int recipeWidth,
int recipeHeight,
int mouseX,
int mouseY)
mezz.jei.api.recipe.IRecipeWrapperIRecipeWrapper.getTooltipStrings(int, int)drawInfo in interface mezz.jei.api.recipe.IRecipeWrappermouseX - the X position of the mouse, relative to the recipe.mouseY - the Y position of the mouse, relative to the recipe.for a simple class for drawing things.,
for useful functions.public void getIngredients(mezz.jei.api.ingredients.IIngredients ingredients)
mezz.jei.api.recipe.IRecipeWrapperIIngredients.getIngredients in interface mezz.jei.api.recipe.IRecipeWrapper