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