Class SolarCookingReiDisplay

java.lang.Object
me.shedaniel.rei.api.common.display.basic.BasicDisplay
de.cech12.solarcooker.rei.SolarCookingReiDisplay
All Implemented Interfaces:
me.shedaniel.rei.api.common.display.Display, me.shedaniel.rei.impl.display.DisplaySpec

public class SolarCookingReiDisplay extends me.shedaniel.rei.api.common.display.basic.BasicDisplay
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static me.shedaniel.rei.api.common.display.DisplaySerializer<SolarCookingReiDisplay>
     

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

    inputs, location, outputs
  • Constructor Summary

    Constructors
    Constructor
    Description
    SolarCookingReiDisplay(List<me.shedaniel.rei.api.common.entry.EntryIngredient> input, List<me.shedaniel.rei.api.common.entry.EntryIngredient> output, Optional<net.minecraft.resources.Identifier> id, float xp, double cookTime)
     
    SolarCookingReiDisplay(List<me.shedaniel.rei.api.common.entry.EntryIngredient> input, List<me.shedaniel.rei.api.common.entry.EntryIngredient> output, Optional<net.minecraft.resources.Identifier> id, net.minecraft.nbt.CompoundTag tag)
     
    SolarCookingReiDisplay(net.minecraft.world.item.crafting.RecipeHolder<T> recipe)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    me.shedaniel.rei.api.common.category.CategoryIdentifier<?>
     
    double
     
    @Nullable me.shedaniel.rei.api.common.display.DisplaySerializer<? extends me.shedaniel.rei.api.common.display.Display>
     
    float
     

    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

    getInputIngredients, getRequiredEntries, provideInternalDisplay, provideInternalDisplayIds
  • Field Details

    • SERIALIZER

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

    • SolarCookingReiDisplay

      public SolarCookingReiDisplay(net.minecraft.world.item.crafting.RecipeHolder<T> recipe)
    • SolarCookingReiDisplay

      public SolarCookingReiDisplay(List<me.shedaniel.rei.api.common.entry.EntryIngredient> input, List<me.shedaniel.rei.api.common.entry.EntryIngredient> output, Optional<net.minecraft.resources.Identifier> id, net.minecraft.nbt.CompoundTag tag)
    • SolarCookingReiDisplay

      public SolarCookingReiDisplay(List<me.shedaniel.rei.api.common.entry.EntryIngredient> input, List<me.shedaniel.rei.api.common.entry.EntryIngredient> output, Optional<net.minecraft.resources.Identifier> id, float xp, double cookTime)
  • Method Details

    • getCategoryIdentifier

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

      @Nullable public @Nullable me.shedaniel.rei.api.common.display.DisplaySerializer<? extends me.shedaniel.rei.api.common.display.Display> getSerializer()
    • getCookTime

      public double getCookTime()
    • getXp

      public float getXp()