public class MixingCategory extends BasinCategory
name, recipeCatalysts, recipes, uid| Modifier | Constructor and Description |
|---|---|
protected |
MixingCategory(com.simibubi.create.compat.jei.category.MixingCategory.MixingType type,
net.minecraft.util.IItemProvider secondaryItem,
int height) |
| Modifier and Type | Method and Description |
|---|---|
static MixingCategory |
autoBrewing() |
static MixingCategory |
autoShapeless() |
void |
draw(BasinRecipe recipe,
com.mojang.blaze3d.matrix.MatrixStack matrixStack,
double mouseX,
double mouseY)
Draw extras or additional info about the recipe.
|
static MixingCategory |
standard() |
getRecipeClass, setIngredients, setRecipeaddFluidTooltip, addFluidTooltip, addStochasticTooltip, addStochasticTooltip, doubleItemIcon, emptyBackground, getBackground, getIcon, getRenderedSlot, getTitle, getUid, itemIcon, setCategoryId, withImprovedVisibility, withImprovedVisibilityprotected MixingCategory(com.simibubi.create.compat.jei.category.MixingCategory.MixingType type,
net.minecraft.util.IItemProvider secondaryItem,
int height)
public static MixingCategory autoShapeless()
public static MixingCategory standard()
public static MixingCategory autoBrewing()
public void draw(BasinRecipe recipe, com.mojang.blaze3d.matrix.MatrixStack matrixStack, double mouseX, double mouseY)
mezz.jei.api.recipe.category.IRecipeCategoryIRecipeCategory.getTooltipStrings(Object, double, double)draw in interface mezz.jei.api.recipe.category.IRecipeCategory<BasinRecipe>draw in class BasinCategorymouseX - 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.