Interface FluidSnapshot

All Known Implementing Classes:
SimpleFluidSnapshot

public interface FluidSnapshot
A snapshot of a FluidContainer that can be loaded into another container or used to restore a container to a previous state.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Loads the snapshot into the given container
  • Method Details

    • loadSnapshot

      void loadSnapshot(FluidContainer container)
      Loads the snapshot into the given container
      Parameters:
      container - The container to load the snapshot into