public class DebugRecipe
extends java.lang.Object
implements mezz.jei.api.recipe.IRecipeWrapper
| Constructor and Description |
|---|
DebugRecipe() |
| Modifier and Type | Method and Description |
|---|---|
void |
drawInfo(net.minecraft.client.Minecraft minecraft,
int recipeWidth,
int recipeHeight,
int mouseX,
int mouseY) |
java.util.List<net.minecraftforge.fluids.FluidStack> |
getFluidInputs() |
void |
getIngredients(mezz.jei.api.ingredients.IIngredients ingredients) |
java.util.List<java.lang.String> |
getTooltipStrings(int mouseX,
int mouseY) |
boolean |
handleClick(net.minecraft.client.Minecraft minecraft,
int mouseX,
int mouseY,
int mouseButton) |
public void drawInfo(net.minecraft.client.Minecraft minecraft,
int recipeWidth,
int recipeHeight,
int mouseX,
int mouseY)
drawInfo in interface mezz.jei.api.recipe.IRecipeWrapperpublic void getIngredients(mezz.jei.api.ingredients.IIngredients ingredients)
getIngredients in interface mezz.jei.api.recipe.IRecipeWrapperpublic java.util.List<net.minecraftforge.fluids.FluidStack> getFluidInputs()
public java.util.List<java.lang.String> getTooltipStrings(int mouseX,
int mouseY)
getTooltipStrings in interface mezz.jei.api.recipe.IRecipeWrapperpublic boolean handleClick(net.minecraft.client.Minecraft minecraft,
int mouseX,
int mouseY,
int mouseButton)
handleClick in interface mezz.jei.api.recipe.IRecipeWrapper