Class ProfessionDisplayFabric
java.lang.Object
com.mrbysco.roughlyenoughprofessions.profession.ProfessionDisplay
com.mrbysco.roughlyenoughprofessions.rei.ProfessionDisplayFabric
- All Implemented Interfaces:
me.shedaniel.rei.api.common.display.Display, me.shedaniel.rei.impl.display.DisplaySpec
public class ProfessionDisplayFabric
extends ProfessionDisplay
implements me.shedaniel.rei.api.common.display.Display
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final me.shedaniel.rei.api.common.display.DisplaySerializer<ProfessionDisplayFabric> Fields inherited from class ProfessionDisplay
entry -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionme.shedaniel.rei.api.common.category.CategoryIdentifier<?> Optional<net.minecraft.resources.Identifier> List<me.shedaniel.rei.api.common.entry.EntryIngredient> List<me.shedaniel.rei.api.common.entry.EntryIngredient> me.shedaniel.rei.api.common.display.DisplaySerializer<? extends me.shedaniel.rei.api.common.display.Display> Methods inherited from class ProfessionDisplay
drawEntry, getBlockStacks, getDisplayName, getProfessionNameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.shedaniel.rei.api.common.display.Display
getInputIngredients, getRequiredEntries, provideInternalDisplay, provideInternalDisplayIds
-
Field Details
-
SERIALIZER
public static final me.shedaniel.rei.api.common.display.DisplaySerializer<ProfessionDisplayFabric> SERIALIZER
-
-
Constructor Details
-
ProfessionDisplayFabric
-
-
Method Details
-
getInputEntries
- Specified by:
getInputEntriesin interfaceme.shedaniel.rei.api.common.display.Display
-
getOutputEntries
- Specified by:
getOutputEntriesin interfaceme.shedaniel.rei.api.common.display.Display
-
getCategoryIdentifier
public me.shedaniel.rei.api.common.category.CategoryIdentifier<?> getCategoryIdentifier()- Specified by:
getCategoryIdentifierin interfaceme.shedaniel.rei.api.common.display.Display
-
getDisplayLocation
- Specified by:
getDisplayLocationin interfaceme.shedaniel.rei.api.common.display.Display
-
getSerializer
public me.shedaniel.rei.api.common.display.DisplaySerializer<? extends me.shedaniel.rei.api.common.display.Display> getSerializer()- Specified by:
getSerializerin interfaceme.shedaniel.rei.api.common.display.Display
-