MCCoroutineConfigurationImpl

class MCCoroutineConfigurationImpl(extension: Any, mcCoroutine: MCCoroutineImpl)

Constructors

Link copied to clipboard
constructor(extension: Any, mcCoroutine: MCCoroutineImpl)

Properties

Link copied to clipboard

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.MANUAL.

Functions

Link copied to clipboard

Manually disposes the MCCoroutine session for the given plugin.