Class AtmosphericConcentratorCategory
java.lang.Object
mezz.jei.api.recipe.category.AbstractRecipeCategory<AtmosphericConcentratorCategory.Entry>
com.lightning.northstar.compat.jei.category.AtmosphericConcentratorCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<AtmosphericConcentratorCategory.Entry>
@ParametersAreNonnullByDefault
public class AtmosphericConcentratorCategory
extends mezz.jei.api.recipe.category.AbstractRecipeCategory<AtmosphericConcentratorCategory.Entry>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final mezz.jei.api.recipe.RecipeType<AtmosphericConcentratorCategory.Entry> static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(AtmosphericConcentratorCategory.Entry recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, net.minecraft.client.gui.GuiGraphics graphics, double mouseX, double mouseY) voidsetRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, AtmosphericConcentratorCategory.Entry recipe, mezz.jei.api.recipe.IFocusGroup focuses) Methods inherited from class mezz.jei.api.recipe.category.AbstractRecipeCategory
getHeight, getIcon, getRecipeType, getTitle, getWidthMethods 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
createRecipeExtras, createRecipeExtras, getBackground, getCodec, getRegistryName, getTooltip, getTooltipStrings, handleInput, isHandled, needsRecipeBorder, onDisplayedIngredientsUpdate
-
Field Details
-
RECIPE_TYPE
public static final mezz.jei.api.recipe.RecipeType<AtmosphericConcentratorCategory.Entry> RECIPE_TYPE -
WIDTH
public static final int WIDTH- See Also:
-
HEIGHT
public static final int HEIGHT- See Also:
-
-
Constructor Details
-
AtmosphericConcentratorCategory
public AtmosphericConcentratorCategory(mezz.jei.api.helpers.IGuiHelper guiHelper)
-
-
Method Details
-
setRecipe
public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, AtmosphericConcentratorCategory.Entry recipe, mezz.jei.api.recipe.IFocusGroup focuses) -
draw
public void draw(AtmosphericConcentratorCategory.Entry recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, net.minecraft.client.gui.GuiGraphics graphics, double mouseX, double mouseY)
-