Fluid Button
open class FluidButton(fluids: List<PylonFluid>, val amount: Double?, val preDisplayDecorator: (ItemStackBuilder) -> ItemStackBuilder) : AbstractItem(source)
Represents a fluid in the guide.
Parameters
fluids
The list of fluids to display. If multiple fluids are supplied, the button automatically cycles through all of them. You must supply at least one fluid
Constructors
Link copied to clipboard
constructor(fluids: List<PylonFluid>, amount: Double?, preDisplayDecorator: (ItemStackBuilder) -> ItemStackBuilder)