Class IngredientSequenceCategory
java.lang.Object
ml.pluto7073.pdapi.compat.rei.category.IngredientSequenceCategory
- All Implemented Interfaces:
me.shedaniel.rei.api.client.registry.display.DisplayCategory<IngredientSequenceDisplay>,me.shedaniel.rei.api.client.registry.display.DisplayCategoryView<IngredientSequenceDisplay>,me.shedaniel.rei.api.common.util.Identifiable
public class IngredientSequenceCategory
extends Object
implements me.shedaniel.rei.api.client.registry.display.DisplayCategory<IngredientSequenceDisplay>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionme.shedaniel.rei.api.common.category.CategoryIdentifier<? extends IngredientSequenceDisplay>intintgetDisplayWidth(IngredientSequenceDisplay display) me.shedaniel.rei.api.client.gui.RenderergetIcon()net.minecraft.network.chat.ComponentgetTitle()List<me.shedaniel.rei.api.client.gui.widgets.Widget>setupDisplay(IngredientSequenceDisplay 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, getDisplayRenderer, getFixedDisplaysPerPage, getIdentifier, getMaximumDisplaysPerPage
-
Constructor Details
-
IngredientSequenceCategory
public IngredientSequenceCategory()
-
-
Method Details
-
setupDisplay
public List<me.shedaniel.rei.api.client.gui.widgets.Widget> setupDisplay(IngredientSequenceDisplay display, me.shedaniel.math.Rectangle bounds) - Specified by:
setupDisplayin interfaceme.shedaniel.rei.api.client.registry.display.DisplayCategory<IngredientSequenceDisplay>- Specified by:
setupDisplayin interfaceme.shedaniel.rei.api.client.registry.display.DisplayCategoryView<IngredientSequenceDisplay>
-
getCategoryIdentifier
public me.shedaniel.rei.api.common.category.CategoryIdentifier<? extends IngredientSequenceDisplay> getCategoryIdentifier()- Specified by:
getCategoryIdentifierin interfaceme.shedaniel.rei.api.client.registry.display.DisplayCategory<IngredientSequenceDisplay>
-
getTitle
public net.minecraft.network.chat.Component getTitle()- Specified by:
getTitlein interfaceme.shedaniel.rei.api.client.registry.display.DisplayCategory<IngredientSequenceDisplay>
-
getIcon
public me.shedaniel.rei.api.client.gui.Renderer getIcon()- Specified by:
getIconin interfaceme.shedaniel.rei.api.client.registry.display.DisplayCategory<IngredientSequenceDisplay>
-
getDisplayWidth
- Specified by:
getDisplayWidthin interfaceme.shedaniel.rei.api.client.registry.display.DisplayCategory<IngredientSequenceDisplay>
-
getDisplayHeight
public int getDisplayHeight()- Specified by:
getDisplayHeightin interfaceme.shedaniel.rei.api.client.registry.display.DisplayCategory<IngredientSequenceDisplay>
-