Interface FluidIngredientKJS

All Superinterfaces:
FluidMatch, ReplacementMatch
All Known Implementing Classes:
FluidIngredientMixin

@RemapPrefixForJS("kjs$") public interface FluidIngredientKJS extends FluidMatch
  • Field Summary

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

    NONE
  • Method Summary

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

      default boolean matches(RecipeMatchContext cx, net.neoforged.neoforge.fluids.crafting.FluidIngredient in, boolean exact)
      Specified by:
      matches in interface FluidMatch