Uses of Class
io.github.protasm.jvmud.engine.mudlib.MudlibBoundary
Packages that use MudlibBoundary
Package
Description
Host-facing LPC execution runtime.
Compiled-LPC support runtime consumed by generated bytecode.
Engine-to-mudlib boundary declarations, lifecycle hooks, and mudlib projections.
Engine-owned world model: worlds, places, entities, links, locations, and containment.
-
Uses of MudlibBoundary in io.github.protasm.jvmud.compiler.exec
Methods in io.github.protasm.jvmud.compiler.exec that return MudlibBoundaryModifier and TypeMethodDescriptionLPCRuntime.mudlibBoundary()Returns the active mudlib boundary metadata.Methods in io.github.protasm.jvmud.compiler.exec with parameters of type MudlibBoundaryModifier and TypeMethodDescriptionvoidLPCRuntime.registerMudlibBoundary(MudlibBoundary mudlibBoundary) Registers mudlib boundary metadata and updates generated-code helper configuration. -
Uses of MudlibBoundary in io.github.protasm.jvmud.compiler.runtime
Methods in io.github.protasm.jvmud.compiler.runtime with parameters of type MudlibBoundaryModifier and TypeMethodDescriptionvoidRuntimeContext.setMudlibBoundary(MudlibBoundary mudlibBoundary) Sets active mudlib boundary metadata for generated-code helpers and compatibility lookup. -
Uses of MudlibBoundary in io.github.protasm.jvmud.engine.mudlib
Methods in io.github.protasm.jvmud.engine.mudlib that return MudlibBoundaryModifier and TypeMethodDescriptionMudlibBoundary.Builder.build()Builds an immutable, normalized boundary declaration.static MudlibBoundaryMudlibBoundary.empty()Returns a boundary with no declared mudlib integration points.static MudlibBoundaryReads and normalizes a mudlib boundary manifest. -
Uses of MudlibBoundary in io.github.protasm.jvmud.engine.world
Methods in io.github.protasm.jvmud.engine.world that return MudlibBoundaryModifier and TypeMethodDescriptionWorldRuntime.mudlibBoundary()Returns the currently registered mudlib boundary, or an empty boundary if none is present.Methods in io.github.protasm.jvmud.engine.world with parameters of type MudlibBoundaryModifier and TypeMethodDescriptionvoidWorldRuntime.registerMudlibBoundary(MudlibBoundary mudlibBoundary) Registers the mudlib boundary metadata used by higher-level engine and compiler adapters.