FluidContainer

constructor(compound: Provider<Compound>, uuid: UUID, allowedTypes: Set<FluidType>, capacityProvider: Provider<Long>)
constructor(uuid: UUID, allowedTypes: Set<FluidType>, capacityProvider: Provider<Long>, typeProvider: MutableProvider<FluidType?>, amountProvider: MutableProvider<Long>)