Class MixingCategory
java.lang.Object
com.simibubi.create.compat.jei.category.CreateRecipeCategory<BasinRecipe>
com.simibubi.create.compat.jei.category.BasinCategory
com.simibubi.create.compat.jei.category.MixingCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<BasinRecipe>
-
Field Summary
Fields inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory
name, recipeCatalysts, recipes, uid -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMixingCategory(com.simibubi.create.compat.jei.category.MixingCategory.MixingType type, net.minecraft.world.level.ItemLike secondaryItem, int height) -
Method Summary
Modifier and TypeMethodDescriptionstatic MixingCategorystatic MixingCategoryvoiddraw(BasinRecipe recipe, com.mojang.blaze3d.vertex.PoseStack matrixStack, double mouseX, double mouseY) Draw extras or additional info about the recipe.static MixingCategorystandard()Methods inherited from class com.simibubi.create.compat.jei.category.BasinCategory
getRecipeClass, setIngredients, setRecipeMethods inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory
addFluidTooltip, addFluidTooltip, addStochasticTooltip, addStochasticTooltip, doubleItemIcon, emptyBackground, getBackground, getIcon, getRenderedSlot, getTitle, getUid, itemIcon, setCategoryId, withImprovedVisibility, withImprovedVisibilityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mezz.jei.api.recipe.category.IRecipeCategory
getTooltipStrings, handleClick, handleInput, isHandled
-
Constructor Details
-
MixingCategory
protected MixingCategory(com.simibubi.create.compat.jei.category.MixingCategory.MixingType type, net.minecraft.world.level.ItemLike secondaryItem, int height)
-
-
Method Details
-
autoShapeless
-
standard
-
autoBrewing
-
draw
public void draw(BasinRecipe recipe, com.mojang.blaze3d.vertex.PoseStack matrixStack, double mouseX, double mouseY) Description copied from interface:mezz.jei.api.recipe.category.IRecipeCategoryDraw extras or additional info about the recipe. Use the mouse position for things like button highlights. Tooltips are handled byIRecipeCategory.getTooltipStrings(Object, double, double)- Specified by:
drawin interfacemezz.jei.api.recipe.category.IRecipeCategory<BasinRecipe>- Overrides:
drawin classBasinCategorymouseX- the X position of the mouse, relative to the recipe.mouseY- the Y position of the mouse, relative to the recipe.- See Also:
-
for a simple class for drawing things.for useful functions.
-