Fluid

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

Constructors

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

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