Uses of Enum Class
io.github.protasm.jvmud.engine.mudlib.EngineCapability
Packages that use EngineCapability
Package
Description
Built-in LPC-facing efun catalog.
Engine-to-mudlib boundary declarations, lifecycle hooks, and mudlib projections.
-
Uses of EngineCapability in io.github.protasm.jvmud.compiler.efun.builtin
Method parameters in io.github.protasm.jvmud.compiler.efun.builtin with type arguments of type EngineCapabilityModifier and TypeMethodDescriptionstatic voidCoreEfuns.registerCore(LPCRuntime runtime, Set<EngineCapability> capabilities) Registers core efuns while excluding host-resource operations not granted by a profile.static voidCoreEfuns.registerCore(RuntimeContext context, Set<EngineCapability> capabilities) Registers core efuns while excluding host-resource operations not granted by a profile. -
Uses of EngineCapability in io.github.protasm.jvmud.engine.mudlib
Subclasses with type arguments of type EngineCapability in io.github.protasm.jvmud.engine.mudlibModifier and TypeClassDescriptionenumHost-resource capabilities that are not exposed to a mudlib unless its manifest opts in.Methods in io.github.protasm.jvmud.engine.mudlib that return EngineCapabilityModifier and TypeMethodDescriptionstatic EngineCapabilityReturns the enum constant of this class with the specified name.static EngineCapability[]EngineCapability.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.protasm.jvmud.engine.mudlib that return types with arguments of type EngineCapabilityModifier and TypeMethodDescriptionMudlibBoundary.engineCapabilities()Returns host-resource capabilities explicitly granted to this mudlib.Methods in io.github.protasm.jvmud.engine.mudlib with parameters of type EngineCapabilityModifier and TypeMethodDescriptionMudlibBoundary.Builder.engineCapability(EngineCapability capability) Grants a host-resource capability to this mudlib profile.