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 -
Constructor Summary
ConstructorsConstructorDescriptionBrainsweepRecipeDisplay(at.petrak.hexcasting.common.recipe.BrainsweepRecipe recipe) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
- Specified by:
getInputEntriesin interfaceme.shedaniel.rei.api.common.display.Display
-
getOutputEntries
- Specified by:
getOutputEntriesin interfaceme.shedaniel.rei.api.common.display.Display
-
getDisplayLocation
- Specified by:
getDisplayLocationin interfaceme.shedaniel.rei.api.common.display.Display
-
getCategoryIdentifier
public me.shedaniel.rei.api.common.category.CategoryIdentifier<?> getCategoryIdentifier()- Specified by:
getCategoryIdentifierin interfaceme.shedaniel.rei.api.common.display.Display
-