MCCoroutineConfiguration

Additional configurations for MCCoroutine and communication.

Properties

Link copied to clipboard
abstract var logger: Logger

The logger being used by MCCoroutine.

Link copied to clipboard

The executor being used to schedule tasks on the main thread of minecraft. Can be retrieved from the MinecraftServer instance.

Link copied to clipboard

Strategy handling how MCCoroutine is disposed. Defaults to ShutdownStrategy.SCHEDULER.

Functions

Link copied to clipboard
abstract fun disposePluginSession()

Manually disposes the MCCoroutine session for the current extension or server.