SystemsAPI

object SystemsAPI : ClientModInitializer

Properties

Link copied to clipboard
val SystemsAPI.scope: CoroutineScope

Functions

Link copied to clipboard
Link copied to clipboard
fun launch(context: CoroutineContext = minecraftDispatcher, start: CoroutineStart = CoroutineStart.DEFAULT, block: suspend CoroutineScope.() -> Unit): Job
Link copied to clipboard
open override fun onInitializeClient()
Link copied to clipboard
suspend fun scaledDelay(mul: Double = 1.0)