Package de.cech12.solarcooker.rei
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final me.shedaniel.rei.api.common.category.CategoryIdentifier<SolarCookingReiDisplay> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionme.shedaniel.rei.api.common.category.CategoryIdentifier<? extends SolarCookingReiDisplay> intme.shedaniel.rei.api.client.gui.DisplayRenderergetDisplayRenderer(SolarCookingReiDisplay display) me.shedaniel.rei.api.client.gui.RenderergetIcon()net.minecraft.network.chat.ComponentgetTitle()List<me.shedaniel.rei.api.client.gui.widgets.Widget> setupDisplay(SolarCookingReiDisplay 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
getDisplayMerger, getDisplayWidth, getFixedDisplaysPerPage, getIdentifier, getMaximumDisplaysPerPage
-
Field Details
-
ID
public static final me.shedaniel.rei.api.common.category.CategoryIdentifier<SolarCookingReiDisplay> ID
-
-
Constructor Details
-
SolarCookingReiDisplayCategory
public SolarCookingReiDisplayCategory()
-
-
Method Details
-
getCategoryIdentifier
public me.shedaniel.rei.api.common.category.CategoryIdentifier<? extends SolarCookingReiDisplay> getCategoryIdentifier()- Specified by:
getCategoryIdentifierin interfaceme.shedaniel.rei.api.client.registry.display.DisplayCategory<SolarCookingReiDisplay>
-
getTitle
public net.minecraft.network.chat.Component getTitle()- Specified by:
getTitlein interfaceme.shedaniel.rei.api.client.registry.display.DisplayCategory<SolarCookingReiDisplay>
-
getIcon
public me.shedaniel.rei.api.client.gui.Renderer getIcon()- Specified by:
getIconin interfaceme.shedaniel.rei.api.client.registry.display.DisplayCategory<SolarCookingReiDisplay>
-
getDisplayHeight
public int getDisplayHeight()- Specified by:
getDisplayHeightin interfaceme.shedaniel.rei.api.client.registry.display.DisplayCategory<SolarCookingReiDisplay>
-
getDisplayRenderer
public me.shedaniel.rei.api.client.gui.DisplayRenderer getDisplayRenderer(SolarCookingReiDisplay display) - Specified by:
getDisplayRendererin interfaceme.shedaniel.rei.api.client.registry.display.DisplayCategory<SolarCookingReiDisplay>- Specified by:
getDisplayRendererin interfaceme.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:
setupDisplayin interfaceme.shedaniel.rei.api.client.registry.display.DisplayCategory<SolarCookingReiDisplay>- Specified by:
setupDisplayin interfaceme.shedaniel.rei.api.client.registry.display.DisplayCategoryView<SolarCookingReiDisplay>
-