public class DebugRecipeCategory extends java.lang.Object implements mezz.jei.api.recipe.IRecipeCategory<DebugRecipe>
Modifier and Type | Field and Description |
---|---|
static int |
RECIPE_HEIGHT |
static int |
RECIPE_WIDTH |
Constructor and Description |
---|
DebugRecipeCategory(mezz.jei.api.IGuiHelper guiHelper) |
Modifier and Type | Method and Description |
---|---|
void |
drawExtras(net.minecraft.client.Minecraft minecraft) |
mezz.jei.api.gui.IDrawable |
getBackground() |
java.lang.String |
getModName() |
java.lang.String |
getTitle() |
java.util.List<java.lang.String> |
getTooltipStrings(int mouseX,
int mouseY) |
java.lang.String |
getUid() |
void |
setRecipe(mezz.jei.api.gui.IRecipeLayout recipeLayout,
DebugRecipe recipeWrapper,
mezz.jei.api.ingredients.IIngredients ingredients) |
public static final int RECIPE_WIDTH
public static final int RECIPE_HEIGHT
public DebugRecipeCategory(mezz.jei.api.IGuiHelper guiHelper)
public java.lang.String getUid()
getUid
in interface mezz.jei.api.recipe.IRecipeCategory<DebugRecipe>
public java.lang.String getTitle()
getTitle
in interface mezz.jei.api.recipe.IRecipeCategory<DebugRecipe>
public java.lang.String getModName()
getModName
in interface mezz.jei.api.recipe.IRecipeCategory<DebugRecipe>
public mezz.jei.api.gui.IDrawable getBackground()
getBackground
in interface mezz.jei.api.recipe.IRecipeCategory<DebugRecipe>
public void drawExtras(net.minecraft.client.Minecraft minecraft)
drawExtras
in interface mezz.jei.api.recipe.IRecipeCategory<DebugRecipe>
public void setRecipe(mezz.jei.api.gui.IRecipeLayout recipeLayout, DebugRecipe recipeWrapper, mezz.jei.api.ingredients.IIngredients ingredients)
setRecipe
in interface mezz.jei.api.recipe.IRecipeCategory<DebugRecipe>
public java.util.List<java.lang.String> getTooltipStrings(int mouseX, int mouseY)
getTooltipStrings
in interface mezz.jei.api.recipe.IRecipeCategory<DebugRecipe>