Uses of Class
io.github.protasm.jvmud.engine.world.WorldRuntime
Packages that use WorldRuntime
Package
Description
Deterministic world time and wall-clock driving for hosted JVMud worlds.
Engine-owned world model: worlds, places, entities, links, locations, and containment.
-
Uses of WorldRuntime in io.github.protasm.jvmud.engine.time
Constructors in io.github.protasm.jvmud.engine.time with parameters of type WorldRuntime -
Uses of WorldRuntime in io.github.protasm.jvmud.engine.world
Methods in io.github.protasm.jvmud.engine.world that return WorldRuntimeModifier and TypeMethodDescriptionMudlibWorldProjection.worldRuntime()Returns the authoritative world runtime used by this adapter.Constructors in io.github.protasm.jvmud.engine.world with parameters of type WorldRuntimeModifierConstructorDescriptionMudlibWorldProjection(WorldRuntime worldRuntime) Creates an identity adapter backed by the supplied authoritative world runtime.