Interface FluidMatch
- All Superinterfaces:
ReplacementMatch
- All Known Subinterfaces:
FluidIngredientKJS,FluidStackKJS,SizedFluidIngredientKJS
- All Known Implementing Classes:
FluidIngredientMixin,FluidStackMixin,SizedFluidIngredientMixin
-
Field Summary
Fields inherited from interface dev.latvian.mods.kubejs.recipe.match.ReplacementMatch
NONE -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(RecipeMatchContext cx, net.neoforged.neoforge.fluids.crafting.FluidIngredient ingredient, boolean exact) booleanmatches(RecipeMatchContext cx, net.neoforged.neoforge.fluids.FluidStack stack, boolean exact)
-
Method Details
-
matches
boolean matches(RecipeMatchContext cx, net.neoforged.neoforge.fluids.FluidStack stack, boolean exact) -
matches
boolean matches(RecipeMatchContext cx, net.neoforged.neoforge.fluids.crafting.FluidIngredient ingredient, boolean exact)
-