class MinecraftExecutor
Class used to start Minecraft
profileLocation
- Location of minecraft install
account
- Account to start minecraft with, may be null for a server
MinecraftExecutor(profileLocation: String, account: Account? = null)
Class used to start Minecraft |
val account: Account?
Account to start minecraft with, may be null for a server |
|
var process: Process? |
|
val profileLocation: String
Location of minecraft install |
fun execute(): Process
Start minecraft for given profileLocation and account, returns running Process |