Settings

data class Settings(var villagerBlacklist: ArrayList<String> = ArrayList(), var uninstallMode: Boolean = false, var updateCheck: Boolean = true, var allowMetrics: Boolean = true)

Represents the settings for the application.

Constructors

Link copied to clipboard
constructor(villagerBlacklist: ArrayList<String> = ArrayList(), uninstallMode: Boolean = false, updateCheck: Boolean = true, allowMetrics: Boolean = true)

Properties

Link copied to clipboard

Indicates if metrics are allowed.

Link copied to clipboard

Indicates if the uninstall mode is enabled.

Link copied to clipboard

Indicates if checking for updates is enabled.

Link copied to clipboard

The list of blacklisted villagers.