1 2 3 4 5
import net.minecraft.client.MinecraftClient actual fun doStuff(args: Int) { val client = MinecraftClient.getInstance() }