Class SimpleFluidSnapshot

java.lang.Object
earth.terrarium.botarium.common.fluid.impl.SimpleFluidSnapshot
All Implemented Interfaces:
FluidSnapshot

public class SimpleFluidSnapshot extends Object implements FluidSnapshot
  • Field Details

  • Constructor Details

    • SimpleFluidSnapshot

      public SimpleFluidSnapshot(FluidContainer fluidContainer)
  • Method Details

    • loadSnapshot

      public void loadSnapshot(FluidContainer container)
      Description copied from interface: FluidSnapshot
      Loads the snapshot into the given container
      Specified by:
      loadSnapshot in interface FluidSnapshot
      Parameters:
      container - The container to load the snapshot into