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