Fluid

data class Fluid(val fluids: MutableSet<RebarFluid>, val amountMillibuckets: Double) : Record, RecipeInput(source)

Constructors

Link copied to clipboard
constructor(amountMillibuckets: Double, vararg fluids: RebarFluid)
constructor(amountMillibuckets: Double, tag: Tag<RebarFluid>)
constructor(fluids: MutableSet<RebarFluid>, amountMillibuckets: Double)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun contains(fluid: RebarFluid): Boolean
Link copied to clipboard
fun matches(fluid: RebarFluid, amountMillibuckets: Double): Boolean