Class FluidIngredientMixin
java.lang.Object
dev.latvian.mods.kubejs.core.mixin.FluidIngredientMixin
- All Implemented Interfaces:
FluidIngredientKJS,FluidMatch,ReplacementMatch,JsonSerializable,NBTSerializable,WithCodec
@RemapPrefixForJS("kjs$")
public abstract class FluidIngredientMixin
extends Object
implements FluidIngredientKJS
-
Field Summary
Fields inherited from interface dev.latvian.mods.kubejs.recipe.match.ReplacementMatch
NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.neoforged.neoforge.fluids.crafting.FluidIngredientkjs$self()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.latvian.mods.kubejs.core.FluidIngredientKJS
getCodec, kjs$withAmount, matches, matches
-
Constructor Details
-
FluidIngredientMixin
public FluidIngredientMixin()
-
-
Method Details
-
kjs$self
public net.neoforged.neoforge.fluids.crafting.FluidIngredient kjs$self()- Specified by:
kjs$selfin interfaceFluidIngredientKJS
-