Uses of Class
io.github.protasm.jvmud.engine.world.MudlibWorldProjection
Packages that use MudlibWorldProjection
Package
Description
Host-facing LPC execution runtime.
Compiled-LPC support runtime consumed by generated bytecode.
-
Uses of MudlibWorldProjection in io.github.protasm.jvmud.compiler.exec
Methods in io.github.protasm.jvmud.compiler.exec that return MudlibWorldProjectionModifier and TypeMethodDescriptionLPCRuntime.worldProjection()Returns the native world projection currently backing LPC containment.Methods in io.github.protasm.jvmud.compiler.exec with parameters of type MudlibWorldProjectionModifier and TypeMethodDescriptionvoidLPCRuntime.setWorldProjection(MudlibWorldProjection worldProjection) Selects the native world projection that owns LPC containment for this runtime. -
Uses of MudlibWorldProjection in io.github.protasm.jvmud.compiler.runtime
Methods in io.github.protasm.jvmud.compiler.runtime that return MudlibWorldProjectionModifier and TypeMethodDescriptionRuntimeContext.worldProjection()Returns the native world projection currently used for LPC containment operations.Methods in io.github.protasm.jvmud.compiler.runtime with parameters of type MudlibWorldProjectionModifier and TypeMethodDescriptionvoidRuntimeContext.setWorldProjection(MudlibWorldProjection worldProjection) Selects the native world projection that owns mudlib containment state.