Package io.github.protasm.jvmud.engine.world


package io.github.protasm.jvmud.engine.world
Engine-owned world model: worlds, places, entities, links, locations, and containment.

This package is the home of JVMud's world-based pillar. It names the things the engine owns directly: a World has linked Places; Entities occupy one immediate Location; and WorldRuntime enforces movement, containment, and link registration.

Mudlib objects can project into this model, but LPC object vocabulary is not the source of truth for the engine's ontology.