ModScriptingRegistrationManager

object ModScriptingRegistrationManager

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
registerMod
Link copied to clipboard
fun registerMod(modRules: ScriptedModRules)
toString
Link copied to clipboard
open fun toString(): String
unregisterMod
Link copied to clipboard
fun unregisterMod(modRules: ScriptedModRules)

Properties

activeMods
Link copied to clipboard
val activeMods: MutableSet<ScriptedModRules>

Sources

jvm source
Link copied to clipboard