Class SolarCookingReiDisplayCategory

java.lang.Object
de.cech12.solarcooker.rei.SolarCookingReiDisplayCategory
All Implemented Interfaces:
me.shedaniel.rei.api.client.registry.display.DisplayCategory<SolarCookingReiDisplay>, me.shedaniel.rei.api.client.registry.display.DisplayCategoryView<SolarCookingReiDisplay>, me.shedaniel.rei.api.common.util.Identifiable

public class SolarCookingReiDisplayCategory extends Object implements me.shedaniel.rei.api.client.registry.display.DisplayCategory<SolarCookingReiDisplay>
  • Field Details

  • Constructor Details

    • SolarCookingReiDisplayCategory

      public SolarCookingReiDisplayCategory()
  • Method Details

    • getCategoryIdentifier

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

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

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

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

      public me.shedaniel.rei.api.client.gui.DisplayRenderer getDisplayRenderer(SolarCookingReiDisplay display)
      Specified by:
      getDisplayRenderer in interface me.shedaniel.rei.api.client.registry.display.DisplayCategory<SolarCookingReiDisplay>
      Specified by:
      getDisplayRenderer in interface me.shedaniel.rei.api.client.registry.display.DisplayCategoryView<SolarCookingReiDisplay>
    • setupDisplay

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