Class CropDisplayCategory

java.lang.Object
net.darkhax.botanypots.addons.rei.CropDisplayCategory
All Implemented Interfaces:
me.shedaniel.rei.api.client.registry.display.DisplayCategory<CropDisplay>, me.shedaniel.rei.api.client.registry.display.DisplayCategoryView<CropDisplay>, me.shedaniel.rei.api.common.util.Identifiable

public class CropDisplayCategory extends Object implements me.shedaniel.rei.api.client.registry.display.DisplayCategory<CropDisplay>
  • Constructor Summary

    Constructors
    Constructor
    Description
    CropDisplayCategory(me.shedaniel.rei.api.common.category.CategoryIdentifier<CropDisplay> id)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    me.shedaniel.rei.api.common.category.CategoryIdentifier<? extends CropDisplay>
     
    me.shedaniel.rei.api.client.gui.Renderer
     
    net.minecraft.network.chat.Component
     
    List<me.shedaniel.rei.api.client.gui.widgets.Widget>
    setupDisplay(CropDisplay display, me.shedaniel.math.Rectangle bounds)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface me.shedaniel.rei.api.client.registry.display.DisplayCategory

    getDisplayHeight, getDisplayMerger, getDisplayRenderer, getDisplayWidth, getFixedDisplaysPerPage, getIdentifier, getMaximumDisplaysPerPage
  • Constructor Details

    • CropDisplayCategory

      public CropDisplayCategory(me.shedaniel.rei.api.common.category.CategoryIdentifier<CropDisplay> id)
  • Method Details

    • getCategoryIdentifier

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

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

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

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