Class TerrestrialAgglomerationRecipeCategory
java.lang.Object
vazkii.botania.client.integration.jei.TerrestrialAgglomerationRecipeCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<TerrestrialAgglomerationRecipe>
public class TerrestrialAgglomerationRecipeCategory
extends Object
implements mezz.jei.api.recipe.category.IRecipeCategory<TerrestrialAgglomerationRecipe>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final mezz.jei.api.recipe.RecipeType<TerrestrialAgglomerationRecipe> -
Constructor Summary
ConstructorsConstructorDescriptionTerrestrialAgglomerationRecipeCategory(mezz.jei.api.helpers.IGuiHelper guiHelper) -
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(@NotNull TerrestrialAgglomerationRecipe recipe, @NotNull mezz.jei.api.gui.ingredient.IRecipeSlotsView view, @NotNull net.minecraft.client.gui.GuiGraphics gui, double mouseX, double mouseY) @NotNull mezz.jei.api.gui.drawable.IDrawable@NotNull mezz.jei.api.gui.drawable.IDrawablegetIcon()@NotNull mezz.jei.api.recipe.RecipeType<TerrestrialAgglomerationRecipe> @NotNull net.minecraft.network.chat.ComponentgetTitle()voidsetRecipe(@NotNull mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, @NotNull TerrestrialAgglomerationRecipe recipe, @NotNull mezz.jei.api.recipe.IFocusGroup focusGroup) Methods 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, getCodec, getHeight, getRegistryName, getTooltip, getTooltipStrings, getWidth, handleInput, isHandled, needsRecipeBorder, onDisplayedIngredientsUpdate
-
Field Details
-
TYPE
-
-
Constructor Details
-
TerrestrialAgglomerationRecipeCategory
public TerrestrialAgglomerationRecipeCategory(mezz.jei.api.helpers.IGuiHelper guiHelper)
-
-
Method Details
-
getRecipeType
@NotNull public @NotNull mezz.jei.api.recipe.RecipeType<TerrestrialAgglomerationRecipe> getRecipeType()- Specified by:
getRecipeTypein interfacemezz.jei.api.recipe.category.IRecipeCategory<TerrestrialAgglomerationRecipe>
-
getTitle
@NotNull public @NotNull net.minecraft.network.chat.Component getTitle()- Specified by:
getTitlein interfacemezz.jei.api.recipe.category.IRecipeCategory<TerrestrialAgglomerationRecipe>
-
getBackground
@NotNull public @NotNull mezz.jei.api.gui.drawable.IDrawable getBackground()- Specified by:
getBackgroundin interfacemezz.jei.api.recipe.category.IRecipeCategory<TerrestrialAgglomerationRecipe>
-
getIcon
@NotNull public @NotNull mezz.jei.api.gui.drawable.IDrawable getIcon()- Specified by:
getIconin interfacemezz.jei.api.recipe.category.IRecipeCategory<TerrestrialAgglomerationRecipe>
-
draw
public void draw(@NotNull @NotNull TerrestrialAgglomerationRecipe recipe, @NotNull @NotNull mezz.jei.api.gui.ingredient.IRecipeSlotsView view, @NotNull @NotNull net.minecraft.client.gui.GuiGraphics gui, double mouseX, double mouseY) - Specified by:
drawin interfacemezz.jei.api.recipe.category.IRecipeCategory<TerrestrialAgglomerationRecipe>
-
setRecipe
public void setRecipe(@NotNull @NotNull mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, @NotNull @NotNull TerrestrialAgglomerationRecipe recipe, @NotNull @NotNull mezz.jei.api.recipe.IFocusGroup focusGroup) - Specified by:
setRecipein interfacemezz.jei.api.recipe.category.IRecipeCategory<TerrestrialAgglomerationRecipe>
-