Uses of Class
dev.satyrn.papermc.api.configuration.v1.BooleanNode
Packages that use BooleanNode
Package
Description
Provides implementations for configuration wrappers.
Provides implementations for configuration wrappers.
-
Uses of BooleanNode in dev.satyrn.papermc.api.configuration.v1
Fields in dev.satyrn.papermc.api.configuration.v1 declared as BooleanNodeModifier and TypeFieldDescriptionfinal BooleanNode
MySQLConfiguration.appendUnderscoreToPrefix
Deprecated.Whether to automatically add an underscore between the prefix and the table name.final BooleanNode
MySQLConfiguration.enabled
Deprecated.Whether the MySQL server backend should be enabled. -
Uses of BooleanNode in dev.satyrn.papermc.api.configuration.v2
Subclasses of BooleanNode in dev.satyrn.papermc.api.configuration.v2Modifier and TypeClassDescriptionclass
Represents a container of nodes which dictate the function of and options for the MySQL server backend.Fields in dev.satyrn.papermc.api.configuration.v2 declared as BooleanNodeModifier and TypeFieldDescriptionfinal BooleanNode
MySQLConfiguration.appendUnderscoreToPrefix
Whether to automatically add an underscore between the prefix and the table name.