interface Command
Command abstraction
abstract fun execute(): Unit
Execute command |
class ImportCommand : Command
Command to import a profile and install a new minecraft profile based on that |
|
class InitCommand : Command
Initialise a new Minecraft install by versions |
|
class LoginCommand : Command
Command for logging in |
|
class StartCommand : Command
Start Minecraft from a profile directory |