onRegistered

abstract fun onRegistered(config: Config)

Called by the onRegisteredClient event when the client side of a config is synced.

If the config in question is registered with RegisterType.CLIENT only, this will not be called.

Author

fzzyhmstrs

Since

0.5.9

Parameters

config

Config the config instance. This should only be read, or changes only made to transient fields/methods. Making updates to settings here will NOT be captured by the synchronization system.