Class SnapshotSystems.SnapshotWorldInfo
java.lang.Object
com.hypixel.hytale.server.core.modules.entity.system.SnapshotSystems.SnapshotWorldInfo
- All Implemented Interfaces:
Resource<EntityStore>,Cloneable
- Enclosing class:
SnapshotSystems
public static class SnapshotSystems.SnapshotWorldInfo
extends Object
implements Resource<EntityStore>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate longprivate intprivate intFields inherited from interface com.hypixel.hytale.component.Resource
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionSnapshotWorldInfo(int tickLengthNanos, long historyLength, int historySize, int currentTick) -
Method Summary
-
Field Details
-
tickLengthNanos
private int tickLengthNanos -
historyLength
private long historyLength -
historySize
private int historySize -
currentTick
private int currentTick
-
-
Constructor Details
-
SnapshotWorldInfo
public SnapshotWorldInfo() -
SnapshotWorldInfo
public SnapshotWorldInfo(int tickLengthNanos, long historyLength, int historySize, int currentTick)
-
-
Method Details
-
getResourceType
-
clone
- Specified by:
clonein interfaceResource<EntityStore>- Overrides:
clonein classObject
-