Class REIIntegration
java.lang.Object
dev.latvian.mods.kubejs.integration.rei.REIIntegration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic me.shedaniel.rei.api.common.entry.EntryIngredientfluidIngredient(net.neoforged.neoforge.fluids.crafting.FluidIngredient ingredient) static me.shedaniel.rei.api.common.entry.EntryIngredientingredientOf(dev.latvian.mods.rhino.Context cx, RecipeViewerEntryType type, Object from) static me.shedaniel.rei.api.common.entry.EntryStack<?> stackOf(dev.latvian.mods.rhino.Context cx, RecipeViewerEntryType type, Object from) static @Nullable me.shedaniel.rei.api.common.entry.type.EntryType<?> typeOf(RecipeViewerEntryType type)
-
Constructor Details
-
REIIntegration
public REIIntegration()
-
-
Method Details
-
typeOf
@Nullable public static @Nullable me.shedaniel.rei.api.common.entry.type.EntryType<?> typeOf(RecipeViewerEntryType type) -
stackOf
public static me.shedaniel.rei.api.common.entry.EntryStack<?> stackOf(dev.latvian.mods.rhino.Context cx, RecipeViewerEntryType type, Object from) -
fluidIngredient
public static me.shedaniel.rei.api.common.entry.EntryIngredient fluidIngredient(net.neoforged.neoforge.fluids.crafting.FluidIngredient ingredient) -
ingredientOf
public static me.shedaniel.rei.api.common.entry.EntryIngredient ingredientOf(dev.latvian.mods.rhino.Context cx, RecipeViewerEntryType type, Object from)
-