emo / me.eater.emo.emo / MinecraftExecutor

MinecraftExecutor

class MinecraftExecutor

Class used to start Minecraft

Parameters

profileLocation - Location of minecraft install

account - Account to start minecraft with, may be null for a server

Constructors

<init>

MinecraftExecutor(profileLocation: String, account: Account? = null)

Class used to start Minecraft

Properties

account

val account: Account?

Account to start minecraft with, may be null for a server

process

var process: Process?

profileLocation

val profileLocation: String

Location of minecraft install

Functions

execute

fun execute(): Process

Start minecraft for given profileLocation and account, returns running Process