createFluid abstract method

T createFluid(
  1. FluidContainer container
)

Create the fluid for this factory. This method is invoked by the FluidResolver and the FluidContainer is provided by the resolver.

Implementation

T createFluid(FluidContainer container);