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 TypeMethodDescriptionvoidloadSnapshot(FluidContainer container) Loads the snapshot into the given container
-
Method Details
-
loadSnapshot
Loads the snapshot into the given container- Parameters:
container- The container to load the snapshot into
-