Class CQSystemProperties
java.lang.Object
dev.crmodders.cosmicquilt.api.internal.CQSystemProperties
Extra launch arguments for modifying Cosmic Quilt's default behaviour
- Since:
- 1.2.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDefines weather to cache old logsstatic final StringWeather the logs should be formatted using ANSI terminal colors (provided byAnsiColors)static final StringInternal use onlystatic final StringThe directory the game should be run instatic final StringSets Cosmic Reach's main entrypoint -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LAUNCH_DIR
The directory the game should be run in- Since:
- 1.2.0
- See Also:
-
CQ_JAR
Internal use only- Since:
- 1.2.0
- See Also:
-
COLORIZE_LOGS
Weather the logs should be formatted using ANSI terminal colors (provided byAnsiColors)- Since:
- 1.2.1
- See Also:
-
CACHE_LOGS
Defines weather to cache old logs- Since:
- 1.2.1
- See Also:
-
MAIN_ENTRYPOINT
Sets Cosmic Reach's main entrypoint- Since:
- 2.1.0
- See Also:
-
-
Constructor Details
-
CQSystemProperties
public CQSystemProperties()
-