You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will help you to create custom dispatchers for your Minecraft plugin/library/mod
// Use like this to implement your own dispatchersclassMyDispatchers: KotlinDispatchers { ... }
// Or use this to have default// KDispatchers is an object implementationclassMyClass(dispatchers:KotlinDispatchers = KDispatchers) { ... }