Class SimpleEnergySnapshot
java.lang.Object
earth.terrarium.botarium.common.energy.impl.SimpleEnergySnapshot
- All Implemented Interfaces:
EnergySnapshot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidloadSnapshot(EnergyContainer container) Loads the snapshot into the given container.
-
Constructor Details
-
SimpleEnergySnapshot
-
-
Method Details
-
loadSnapshot
Description copied from interface:EnergySnapshotLoads the snapshot into the given container.- Specified by:
loadSnapshotin interfaceEnergySnapshot- Parameters:
container- The container to load the snapshot into.
-