Interface FluidMatch

All Superinterfaces:
ReplacementMatch
All Known Subinterfaces:
FluidIngredientKJS, FluidStackKJS, SizedFluidIngredientKJS
All Known Implementing Classes:
FluidIngredientMixin, FluidStackMixin, SizedFluidIngredientMixin

public interface FluidMatch extends ReplacementMatch
  • Field Summary

    Fields inherited from interface dev.latvian.mods.kubejs.recipe.match.ReplacementMatch

    NONE
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(RecipeMatchContext cx, net.neoforged.neoforge.fluids.crafting.FluidIngredient ingredient, boolean exact)
     
    boolean
    matches(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)