Uses of Class
dev.satyrn.papermc.api.configuration.v1.StringNode
Packages that use StringNode
Package
Description
Provides implementations for configuration wrappers.
Provides implementations for configuration wrappers.
-
Uses of StringNode in dev.satyrn.papermc.api.configuration.v1
Fields in dev.satyrn.papermc.api.configuration.v1 declared as StringNodeModifier and TypeFieldDescriptionfinal StringNode
MySQLConfiguration.database
Deprecated.The name of the database to use.final StringNode
MySQLConfiguration.hostname
Deprecated.The MySQL server hostname.final StringNode
MySQLConfiguration.password
Deprecated.The MySQL user password.final StringNode
MySQLConfiguration.tablePrefix
Deprecated.Optional prefix for any created table's names.final StringNode
MySQLConfiguration.userID
Deprecated.The MySQL user ID. -
Uses of StringNode in dev.satyrn.papermc.api.configuration.v2
Fields in dev.satyrn.papermc.api.configuration.v2 declared as StringNodeModifier and TypeFieldDescriptionfinal StringNode
MySQLConfiguration.database
The name of the database to use.final StringNode
MySQLConfiguration.hostname
The MySQL server hostname.final StringNode
MySQLConfiguration.password
The MySQL user password.final StringNode
MySQLConfiguration.tablePrefix
Optional prefix for any created table's names.final StringNode
MySQLConfiguration.userID
The MySQL user ID.