Uses of Class
io.github.protasm.jvmud.engine.time.WorldScheduler
Packages that use WorldScheduler
Package
Description
Host-facing LPC execution runtime.
Compiled-LPC support runtime consumed by generated bytecode.
Engine-owned world model: worlds, places, entities, links, locations, and containment.
-
Uses of WorldScheduler in io.github.protasm.jvmud.compiler.exec
Methods in io.github.protasm.jvmud.compiler.exec with parameters of type WorldSchedulerModifier and TypeMethodDescriptionvoidLPCRuntime.setScheduler(WorldScheduler scheduler) Connects this LPC runtime to the deterministic scheduler for its owning world. -
Uses of WorldScheduler in io.github.protasm.jvmud.compiler.runtime
Methods in io.github.protasm.jvmud.compiler.runtime with parameters of type WorldScheduler -
Uses of WorldScheduler in io.github.protasm.jvmud.engine.world
Methods in io.github.protasm.jvmud.engine.world that return WorldSchedulerModifier and TypeMethodDescriptionWorldRuntime.scheduler()Returns the deterministic scheduler associated with this world.