Class FuelTypeCategory
java.lang.Object
mezz.jei.api.recipe.category.AbstractRecipeCategory<FuelType>
com.lightning.northstar.compat.jei.category.FuelTypeCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<FuelType>
@ParametersAreNonnullByDefault
public class FuelTypeCategory
extends mezz.jei.api.recipe.category.AbstractRecipeCategory<FuelType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final mezz.jei.api.recipe.RecipeType<FuelType> static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(FuelType 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, FuelType 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
-
WIDTH
public static final int WIDTH- See Also:
-
HEIGHT
public static final int HEIGHT- See Also:
-
-
Constructor Details
-
FuelTypeCategory
public FuelTypeCategory(mezz.jei.api.helpers.IGuiHelper guiHelper)
-
-
Method Details
-
setRecipe
public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, FuelType recipe, mezz.jei.api.recipe.IFocusGroup focuses) -
draw
public void draw(FuelType recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, net.minecraft.client.gui.GuiGraphics graphics, double mouseX, double mouseY)
-