Package io.github.protasm.jvmud.engine.time
package io.github.protasm.jvmud.engine.time
Deterministic world time and wall-clock driving for hosted JVMud worlds.
This package supports the temporal pillar. WorldScheduler owns scheduled work in engine ticks, while
WorldClock adapts wall-clock time into scheduler
advancement when a server hosts the world.
-
ClassesClassDescriptionA cancellable handle for work registered with a
WorldScheduler.Advances deterministic world time from wall-clock time for a hosted world.Owns deterministic world time and scheduled work for one JVMud world.