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
ConstructorsConstructorDescriptionCropDisplayCategory(me.shedaniel.rei.api.common.category.CategoryIdentifier<CropDisplay> id) -
Method Summary
Modifier and TypeMethodDescriptionme.shedaniel.rei.api.common.category.CategoryIdentifier<? extends CropDisplay>me.shedaniel.rei.api.client.gui.RenderergetIcon()net.minecraft.network.chat.ComponentgetTitle()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, waitMethods inherited from interface me.shedaniel.rei.api.client.registry.display.DisplayCategory
getDisplayHeight, getDisplayMerger, getDisplayRenderer, getDisplayWidth, getFixedDisplaysPerPage, getIdentifier, getMaximumDisplaysPerPage
-
Constructor Details
-
CropDisplayCategory
-
-
Method Details
-
getCategoryIdentifier
public me.shedaniel.rei.api.common.category.CategoryIdentifier<? extends CropDisplay> getCategoryIdentifier()- Specified by:
getCategoryIdentifierin interfaceme.shedaniel.rei.api.client.registry.display.DisplayCategory<CropDisplay>
-
getTitle
public net.minecraft.network.chat.Component getTitle()- Specified by:
getTitlein interfaceme.shedaniel.rei.api.client.registry.display.DisplayCategory<CropDisplay>
-
getIcon
public me.shedaniel.rei.api.client.gui.Renderer getIcon()- Specified by:
getIconin interfaceme.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:
setupDisplayin interfaceme.shedaniel.rei.api.client.registry.display.DisplayCategory<CropDisplay>- Specified by:
setupDisplayin interfaceme.shedaniel.rei.api.client.registry.display.DisplayCategoryView<CropDisplay>
-