Fluid

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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