public class RainmakerRecipeWrapper
extends java.lang.Object
implements mezz.jei.api.recipe.IRecipeWrapper
| Constructor and Description |
|---|
RainmakerRecipeWrapper(RainSubstrate substrate) |
| 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 RainmakerRecipeWrapper(RainSubstrate substrate)
public void getIngredients(mezz.jei.api.ingredients.IIngredients ingredients)
mezz.jei.api.recipe.IRecipeWrapperIIngredients.getIngredients in interface mezz.jei.api.recipe.IRecipeWrapperpublic 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.