Uses of Class
studio.thevipershow.safechat.config.database.DatabaseSection
Package | Description |
---|---|
studio.thevipershow.safechat.config.database |
-
Uses of DatabaseSection in studio.thevipershow.safechat.config.database
Methods in studio.thevipershow.safechat.config.database that return DatabaseSection Modifier and Type Method Description static DatabaseSection
DatabaseSection. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DatabaseSection[]
DatabaseSection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in studio.thevipershow.safechat.config.database with type arguments of type DatabaseSection Constructor Description DatabaseConfig(@NotNull SafeChat javaPlugin, @NotNull java.lang.String configurationFilename, @NotNull java.lang.Class<? extends DatabaseSection> enumTypeClass)