Class BackendVariableContext
java.lang.Object
io.github.javaezlib.javaez.backend.BackendVariableContext
The context in which variables made using the Core extension are stored.
- Since:
- 1.0
- Author:
- Red050911
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddOrModifyVariable(String name, String value) Deprecated.Not meant for use by the user.static StringgetVariable(String name) Deprecated.Not meant for use by the user.static voidremoveVariable(String name) Deprecated.Not meant for use by the user.
-
Constructor Details
-
BackendVariableContext
public BackendVariableContext()
-
-
Method Details
-
addOrModifyVariable
Deprecated.Not meant for use by the user.Adds or modifies a variable- Parameters:
name- The name of the variable to modifyvalue- The value to put in it- Since:
- 1.0
-
getVariable
Deprecated.Not meant for use by the user.Gets a variable by its name- Parameters:
name- The name of the variable to get- Returns:
- The value of the variable, blank if none.
- Since:
- 1.0
-
removeVariable
Deprecated.Not meant for use by the user.Removes a variable by its name- Parameters:
name- The name of the variable to remove- Since:
- 1.0
-