Class WorldClock

java.lang.Object
io.github.protasm.jvmud.engine.time.WorldClock
All Implemented Interfaces:
AutoCloseable

public final class WorldClock extends Object implements AutoCloseable
Advances deterministic world time from wall-clock time for a hosted world.
  • Constructor Details

  • Method Details

    • start

      public void start()
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable