Class DrinkAdditionDisplay

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

public class DrinkAdditionDisplay 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
    DrinkAdditionDisplay(List<me.shedaniel.rei.api.common.entry.EntryIngredient> inputs, List<me.shedaniel.rei.api.common.entry.EntryIngredient> outputs, net.minecraft.nbt.CompoundTag tag)
     
    DrinkAdditionDisplay(List<me.shedaniel.rei.api.common.entry.EntryIngredient> inputs, List<me.shedaniel.rei.api.common.entry.EntryIngredient> outputs, net.minecraft.world.item.crafting.Recipe<?> recipe)
     
     
  • 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

    • DrinkAdditionDisplay

      public DrinkAdditionDisplay(DrinkWorkstationRecipe recipe)
    • DrinkAdditionDisplay

      public DrinkAdditionDisplay(List<me.shedaniel.rei.api.common.entry.EntryIngredient> inputs, List<me.shedaniel.rei.api.common.entry.EntryIngredient> outputs, net.minecraft.nbt.CompoundTag tag)
    • DrinkAdditionDisplay

      public DrinkAdditionDisplay(List<me.shedaniel.rei.api.common.entry.EntryIngredient> inputs, List<me.shedaniel.rei.api.common.entry.EntryIngredient> outputs, net.minecraft.world.item.crafting.Recipe<?> recipe)
  • Method Details

    • getCategoryIdentifier

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