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 Details

    • SERIALIZER

      public static final me.shedaniel.rei.api.common.display.DisplaySerializer<ProfessionDisplayFabric> SERIALIZER
  • Constructor Details

    • ProfessionDisplayFabric

      public ProfessionDisplayFabric(ProfessionEntry entry)
  • Method Details

    • getInputEntries

      public List<me.shedaniel.rei.api.common.entry.EntryIngredient> getInputEntries()
      Specified by:
      getInputEntries in interface me.shedaniel.rei.api.common.display.Display
    • getOutputEntries

      public List<me.shedaniel.rei.api.common.entry.EntryIngredient> getOutputEntries()
      Specified by:
      getOutputEntries in interface me.shedaniel.rei.api.common.display.Display
    • getCategoryIdentifier

      public me.shedaniel.rei.api.common.category.CategoryIdentifier<?> getCategoryIdentifier()
      Specified by:
      getCategoryIdentifier in interface me.shedaniel.rei.api.common.display.Display
    • getDisplayLocation

      public Optional<net.minecraft.resources.Identifier> getDisplayLocation()
      Specified by:
      getDisplayLocation in interface me.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:
      getSerializer in interface me.shedaniel.rei.api.common.display.Display