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 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