Class FluidMixin
java.lang.Object
dev.latvian.mods.kubejs.core.mixin.FluidMixin
- All Implemented Interfaces:
FluidKJS,RegistryObjectKJS<net.minecraft.world.level.material.Fluid>,FluidLike,ReplacementMatch,dev.latvian.mods.rhino.util.SpecialEquality
-
Field Summary
Fields inherited from interface dev.latvian.mods.kubejs.recipe.match.ReplacementMatch
NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.core.Holder.Reference<net.minecraft.world.level.material.Fluid> net.minecraft.resources.ResourceKey<net.minecraft.world.level.material.Fluid> 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.FluidKJS
kjs$getAmount, kjs$getFluid, kjs$getRegistry, kjs$getRegistryId, kjs$isEmptyMethods inherited from interface dev.latvian.mods.kubejs.core.RegistryObjectKJS
kjs$getIdLocation, kjs$getMod, kjs$getTagKeys, kjs$getTags, kjs$hasTag, specialEquals
-
Constructor Details
-
FluidMixin
public FluidMixin()
-
-
Method Details
-
kjs$asHolder
public net.minecraft.core.Holder.Reference<net.minecraft.world.level.material.Fluid> kjs$asHolder()- Specified by:
kjs$asHolderin interfaceRegistryObjectKJS<net.minecraft.world.level.material.Fluid>
-
kjs$getKey
public net.minecraft.resources.ResourceKey<net.minecraft.world.level.material.Fluid> kjs$getKey()- Specified by:
kjs$getKeyin interfaceRegistryObjectKJS<net.minecraft.world.level.material.Fluid>
-
kjs$getId
- Specified by:
kjs$getIdin interfaceRegistryObjectKJS<net.minecraft.world.level.material.Fluid>
-