Class BrainsweepRecipeCategory

java.lang.Object
at.petrak.hexcasting.fabric.interop.rei.BrainsweepRecipeCategory
All Implemented Interfaces:
me.shedaniel.rei.api.client.registry.display.DisplayCategory<BrainsweepRecipeDisplay>, me.shedaniel.rei.api.client.registry.display.DisplayCategoryView<BrainsweepRecipeDisplay>, me.shedaniel.rei.api.common.util.Identifiable

public class BrainsweepRecipeCategory extends Object implements me.shedaniel.rei.api.client.registry.display.DisplayCategory<BrainsweepRecipeDisplay>
  • Constructor Details

    • BrainsweepRecipeCategory

      public BrainsweepRecipeCategory()
  • Method Details

    • getIcon

      public me.shedaniel.rei.api.client.gui.Renderer getIcon()
      Specified by:
      getIcon in interface me.shedaniel.rei.api.client.registry.display.DisplayCategory<BrainsweepRecipeDisplay>
    • getTitle

      @NotNull public @NotNull net.minecraft.network.chat.Component getTitle()
      Specified by:
      getTitle in interface me.shedaniel.rei.api.client.registry.display.DisplayCategory<BrainsweepRecipeDisplay>
    • setupDisplay

      public List<me.shedaniel.rei.api.client.gui.widgets.Widget> setupDisplay(BrainsweepRecipeDisplay display, me.shedaniel.math.Rectangle bounds)
      Specified by:
      setupDisplay in interface me.shedaniel.rei.api.client.registry.display.DisplayCategory<BrainsweepRecipeDisplay>
      Specified by:
      setupDisplay in interface me.shedaniel.rei.api.client.registry.display.DisplayCategoryView<BrainsweepRecipeDisplay>
    • getCategoryIdentifier

      public me.shedaniel.rei.api.common.category.CategoryIdentifier<? extends BrainsweepRecipeDisplay> getCategoryIdentifier()
      Specified by:
      getCategoryIdentifier in interface me.shedaniel.rei.api.client.registry.display.DisplayCategory<BrainsweepRecipeDisplay>
    • getDisplayHeight

      public int getDisplayHeight()
      Specified by:
      getDisplayHeight in interface me.shedaniel.rei.api.client.registry.display.DisplayCategory<BrainsweepRecipeDisplay>
    • getDisplayWidth

      public int getDisplayWidth(BrainsweepRecipeDisplay display)
      Specified by:
      getDisplayWidth in interface me.shedaniel.rei.api.client.registry.display.DisplayCategory<BrainsweepRecipeDisplay>