Package io.github.protasm.jvmud.engine.mudlib


package io.github.protasm.jvmud.engine.mudlib
Engine-to-mudlib boundary declarations, lifecycle hooks, and mudlib projections.

This package keeps JVMud's engine model bridge-light: the engine owns general world services, while a mudlib owns authored meaning and compatibility policy. MudlibBoundary records configured boundary objects, lifecycle mappings, temporal hooks, and output preferences. MudlibLifecycleEvent names engine events that a mudlib may translate into its own methods.

The classes here are engine contracts. Generated LPC support helpers remain under io.github.protasm.jvmud.compiler.runtime.