Class SessionVariableKeys
java.lang.Object
com.soulfiremc.server.script.nodes.variable.SessionVariableKeys
Shared MetadataKey constants for session variable nodes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MetadataKey<ConcurrentHashMap<String, NodeValue>> Key for bot-scoped session variables (stored in bot metadata, lost on disconnect).static final MetadataKey<ConcurrentHashMap<String, NodeValue>> Key for instance-scoped session variables (stored in instance metadata, lost on restart). -
Method Summary
-
Field Details
-
SESSION_BOT_VARS_KEY
Key for bot-scoped session variables (stored in bot metadata, lost on disconnect). -
SESSION_INSTANCE_VARS_KEY
Key for instance-scoped session variables (stored in instance metadata, lost on restart).
-