Class IngredientSequenceDisplay

java.lang.Object
me.shedaniel.rei.api.common.display.basic.BasicDisplay
ml.pluto7073.pdapi.compat.rei.display.IngredientSequenceDisplay
All Implemented Interfaces:
me.shedaniel.rei.api.common.display.Display, me.shedaniel.rei.impl.display.DisplaySpec

public class IngredientSequenceDisplay extends me.shedaniel.rei.api.common.display.basic.BasicDisplay
  • Nested Class Summary

    Nested classes/interfaces inherited from class me.shedaniel.rei.api.common.display.basic.BasicDisplay

    me.shedaniel.rei.api.common.display.basic.BasicDisplay.Serializer<P extends me.shedaniel.rei.api.common.display.basic.BasicDisplay>
  • Field Summary

    Fields inherited from class me.shedaniel.rei.api.common.display.basic.BasicDisplay

    inputs, location, outputs, REGISTRY_ACCESS
  • Constructor Summary

    Constructors
    Constructor
    Description
    IngredientSequenceDisplay(List<me.shedaniel.rei.api.common.entry.EntryIngredient> inputs, List<me.shedaniel.rei.api.common.entry.EntryIngredient> outputs, Optional<net.minecraft.resources.ResourceLocation> id)
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    me.shedaniel.rei.api.common.category.CategoryIdentifier<?>
     

    Methods inherited from class me.shedaniel.rei.api.common.display.basic.BasicDisplay

    getDisplayLocation, getInputEntries, getOutputEntries, registryAccess

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface me.shedaniel.rei.api.common.display.Display

    getInputEntries, getInputIngredients, getInputIngredients, getRequiredEntries, provideInternalDisplay, provideInternalDisplayIds
  • Constructor Details

    • IngredientSequenceDisplay

      public IngredientSequenceDisplay(SpecialtyDrink drink)
    • IngredientSequenceDisplay

      public IngredientSequenceDisplay(List<me.shedaniel.rei.api.common.entry.EntryIngredient> inputs, List<me.shedaniel.rei.api.common.entry.EntryIngredient> outputs, Optional<net.minecraft.resources.ResourceLocation> id)
  • Method Details

    • getCategoryIdentifier

      public me.shedaniel.rei.api.common.category.CategoryIdentifier<?> getCategoryIdentifier()