Interface HmcProperties
- All Known Subinterfaces:
LauncherProperties
,RuntimeProperties
public interface HmcProperties
Properties shared by both the HeadlessMc-Runtime and the
HeadlessMc-Launcher.
-
Field Summary
FieldsModifier and TypeFieldDescriptionIf runtime is started with Java 9+ and the Minecraft main class needs to get deencapsulated first before it can get called.Quits on a failed command.The initial LogLevel for HeadlessMcsLogger
s.The Minecraft main method passed to the runtime so it can call it.
-
Field Details
-
MAIN
The Minecraft main method passed to the runtime so it can call it. -
DEENCAPSULATE
If runtime is started with Java 9+ and the Minecraft main class needs to get deencapsulated first before it can get called. -
LOGLEVEL
The initial LogLevel for HeadlessMcsLogger
s. -
EXIT_ON_FAILED_COMMAND
Quits on a failed command. For more strictness in CI/CD pipelines. -
FILE_HANDLER_ENABLED
- See Also:
-