public class RecipeCategoryTab extends RecipeGuiTab
TAB_HEIGHT, TAB_WIDTH, x, y| Constructor and Description |
|---|
RecipeCategoryTab(IRecipeGuiLogic logic,
mezz.jei.api.recipe.category.IRecipeCategory<?> category,
int x,
int y) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(boolean selected,
com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int mouseX,
int mouseY) |
java.util.List<net.minecraft.util.text.ITextComponent> |
getTooltip() |
boolean |
handleMouseClicked(double mouseX,
double mouseY,
int mouseButton) |
boolean |
isSelected(mezz.jei.api.recipe.category.IRecipeCategory<?> selectedCategory) |
isMouseOverclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleMouseDragStart, handleMouseScrolledpublic RecipeCategoryTab(IRecipeGuiLogic logic, mezz.jei.api.recipe.category.IRecipeCategory<?> category, int x, int y)
public boolean handleMouseClicked(double mouseX,
double mouseY,
int mouseButton)
public void draw(boolean selected,
com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int mouseX,
int mouseY)
draw in class RecipeGuiTabpublic boolean isSelected(mezz.jei.api.recipe.category.IRecipeCategory<?> selectedCategory)
isSelected in class RecipeGuiTabpublic java.util.List<net.minecraft.util.text.ITextComponent> getTooltip()
getTooltip in class RecipeGuiTab