Class SimpleFluidSnapshot
java.lang.Object
earth.terrarium.botarium.common.fluid.impl.SimpleFluidSnapshot
- All Implemented Interfaces:
FluidSnapshot
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidloadSnapshot(FluidContainer container) Loads the snapshot into the given container
-
Field Details
-
fluids
-
-
Constructor Details
-
SimpleFluidSnapshot
-
-
Method Details
-
loadSnapshot
Description copied from interface:FluidSnapshotLoads the snapshot into the given container- Specified by:
loadSnapshotin interfaceFluidSnapshot- Parameters:
container- The container to load the snapshot into
-