ConfigCheck

Conveniently access all different check-types, whether they passed and which errors, if any, were encountered.

Author

Griefed

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Whether all checks were passed for this configuration. Only true if every single check, including those of any installed plugins, passed.

Link copied to clipboard

Whether the config checks passed. Only true if all checks passed.

Link copied to clipboard

List of errors encountered during the config checks of the configuration.

Link copied to clipboard

List of all errors encountered during the check of this configuration.

Link copied to clipboard

List of errors encountered during the inclusion checks of the configuration.

Link copied to clipboard

Whether the inclusion checks passed. Only true if all checks passed.

Link copied to clipboard

Whether the Minecraft-version checks passed. Only true if all checks passed.

Link copied to clipboard

List of errors encountered during the Minecraft-version checks of the configuration.

Link copied to clipboard

Whether the modloader checks passed. Only true if all checks passed.

Link copied to clipboard

List of errors encountered during the modloader checks of the configuration.

Link copied to clipboard

Whether the modloader-version checks passed. Only true if all checks passed.

Link copied to clipboard

List of errors encountered during the modloader-version checks of the configuration.

Link copied to clipboard

Whether the modpack checks passed. Only true if all checks passed.

Link copied to clipboard

List of errors encountered during the modpack checks of the configuration.

Link copied to clipboard
Link copied to clipboard

List of errors which didn't fit any of the other categories.

Link copied to clipboard

Whether all plugin-provided checks passed. Only true if all passed.

Link copied to clipboard

List of errors encountered in plugin-provided checks of the configuration.

Link copied to clipboard

Whether the server-icon checks passed. Only true if all checks passed.

Link copied to clipboard

List of errors encountered during the server-icon checks of the configuration.

Link copied to clipboard

Whether the server.properties checks passed. Only true if all checks passed.

Link copied to clipboard

List of errors encountered during the server.properties checks of the configuration.

Functions

Link copied to clipboard

Merge this check with the given check into one.