Package de.luckymcdev.foundryengine.common.script
@NullMarked
package de.luckymcdev.foundryengine.common.script
common - script
-
KlasseBeschreibungAn Entrypoint to a Bundle.Shared CompilerConfiguration for all Groovy scripting in FoundryEngine.Sandbox restrictions for Groovy script execution.A class loader that enforces
ScriptSandbox.isClassAllowed(String)before delegating to the real class loader.Global Groovy script shell for compiling bundle scripts.Runs script code on a daemon worker thread with a configurable timeout so that a hung entrypoint cannot block the mod loader forever.Thrown when a script operation exceeds its configured execution timeout.