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 Details

  • 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:
      getRecipeType in interface mezz.jei.api.recipe.category.IRecipeCategory<TerrestrialAgglomerationRecipe>
    • getTitle

      @NotNull public @NotNull net.minecraft.network.chat.Component getTitle()
      Specified by:
      getTitle in interface mezz.jei.api.recipe.category.IRecipeCategory<TerrestrialAgglomerationRecipe>
    • getBackground

      @NotNull public @NotNull mezz.jei.api.gui.drawable.IDrawable getBackground()
      Specified by:
      getBackground in interface mezz.jei.api.recipe.category.IRecipeCategory<TerrestrialAgglomerationRecipe>
    • getIcon

      @NotNull public @NotNull mezz.jei.api.gui.drawable.IDrawable getIcon()
      Specified by:
      getIcon in interface mezz.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:
      draw in interface mezz.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:
      setRecipe in interface mezz.jei.api.recipe.category.IRecipeCategory<TerrestrialAgglomerationRecipe>