Package dev.latvian.mods.kubejs.core
Interface FluidIngredientKJS
- All Superinterfaces:
FluidMatch,ReplacementMatch
- All Known Implementing Classes:
FluidIngredientMixin
-
Field Summary
Fields inherited from interface dev.latvian.mods.kubejs.recipe.match.ReplacementMatch
NONE -
Method Summary
Modifier and TypeMethodDescriptiondefault booleanmatches(RecipeMatchContext cx, net.neoforged.neoforge.fluids.crafting.FluidIngredient in, boolean exact) default booleanmatches(RecipeMatchContext cx, net.neoforged.neoforge.fluids.FluidStack s, boolean exact)
-
Method Details
-
matches
default boolean matches(RecipeMatchContext cx, net.neoforged.neoforge.fluids.FluidStack s, boolean exact) - Specified by:
matchesin interfaceFluidMatch
-
matches
default boolean matches(RecipeMatchContext cx, net.neoforged.neoforge.fluids.crafting.FluidIngredient in, boolean exact) - Specified by:
matchesin interfaceFluidMatch
-