Uses of Record Class
io.github.protasm.jvmud.engine.mudlib.MudlibProjection
Packages that use MudlibProjection
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.
-
Uses of MudlibProjection in io.github.protasm.jvmud.compiler.exec
Methods in io.github.protasm.jvmud.compiler.exec with parameters of type MudlibProjectionModifier and TypeMethodDescriptionvoidLPCRuntime.bindSession(String sessionId, Object persona, String remoteAddress, Consumer<String> sessionOutputSink, MudlibProjection mudlibProjection) Binds a host session id to a persona with an explicit mudlib compatibility projection. -
Uses of MudlibProjection in io.github.protasm.jvmud.compiler.runtime
Methods in io.github.protasm.jvmud.compiler.runtime with parameters of type MudlibProjectionModifier and TypeMethodDescriptionvoidRuntimeContext.bindSession(String sessionId, Object persona, String remoteAddress, Consumer<String> sessionOutputSink, MudlibProjection mudlibProjection) -
Uses of MudlibProjection in io.github.protasm.jvmud.engine.mudlib
Methods in io.github.protasm.jvmud.engine.mudlib that return MudlibProjectionModifier and TypeMethodDescriptionstatic MudlibProjectionMudlibProjection.combinedPlayerPersona(String sourcePath, Object object) static MudlibProjectionMudlibProjection.personaBehavior(String sourcePath, Object object)