Interface IMutableScriptRunInfo
- All Superinterfaces:
IScriptRunInfo
Mutable version of
IScriptRunInfo that allows changing certain information.- Since:
- 9.1.0
-
Method Summary
Modifier and TypeMethodDescriptionvoiddisplayBranding(boolean displayBranding) Sets whether the mod should print its branding message in the log.voiddumpClasses(boolean dumpClasses) Sets whether the generated classes should be dumped for debugging purposes.Methods inherited from interface com.blamejared.crafttweaker.api.zencode.scriptrun.IScriptRunInfo
appliedActions, configuration, displayBranding, dumpClasses, invalidActions, isFirstRun, loader, loadSource
-
Method Details
-
displayBranding
void displayBranding(boolean displayBranding) Sets whether the mod should print its branding message in the log.- Parameters:
displayBranding- Whether the branding message should be displayed.- Since:
- 9.1.0
- See Also:
-
dumpClasses
void dumpClasses(boolean dumpClasses) Sets whether the generated classes should be dumped for debugging purposes.- Parameters:
dumpClasses- Whether the generated classes should be dumped.- Since:
- 9.1.0
- See Also:
-