reloadSpongeConfig

abstract fun <C> reloadSpongeConfig(configClass: Class<C>): C

Reloads a Sponge configuration from the file.

Return

The reloaded instance of the configuration class C.

Parameters

C

The type of the configuration class.

configClass

The class of the configuration.