Class BrainsweepRecipeDisplay

java.lang.Object
at.petrak.hexcasting.fabric.interop.rei.BrainsweepRecipeDisplay
All Implemented Interfaces:
me.shedaniel.rei.api.common.display.Display, me.shedaniel.rei.impl.display.DisplaySpec

public class BrainsweepRecipeDisplay extends Object implements me.shedaniel.rei.api.common.display.Display
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected me.shedaniel.rei.api.common.entry.EntryIngredient
     
    protected me.shedaniel.rei.api.common.entry.EntryIngredient
     
    protected final at.petrak.hexcasting.common.recipe.BrainsweepRecipe
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    BrainsweepRecipeDisplay(at.petrak.hexcasting.common.recipe.BrainsweepRecipe recipe)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    me.shedaniel.rei.api.common.category.CategoryIdentifier<?>
     
    Optional<net.minecraft.resources.ResourceLocation>
     
    List<me.shedaniel.rei.api.common.entry.EntryIngredient>
     
    List<me.shedaniel.rei.api.common.entry.EntryIngredient>
     

    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, getRequiredEntries, provideInternalDisplay, provideInternalDisplayIds
  • Field Details

    • recipe

      protected final at.petrak.hexcasting.common.recipe.BrainsweepRecipe recipe
    • inputs

      protected me.shedaniel.rei.api.common.entry.EntryIngredient inputs
    • outputs

      protected me.shedaniel.rei.api.common.entry.EntryIngredient outputs
  • Constructor Details

    • BrainsweepRecipeDisplay

      public BrainsweepRecipeDisplay(at.petrak.hexcasting.common.recipe.BrainsweepRecipe recipe)
  • Method Details

    • getInputEntries

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

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

      @Nonnull public Optional<net.minecraft.resources.ResourceLocation> getDisplayLocation()
      Specified by:
      getDisplayLocation 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