class ImportCommand : Command
Command to import a profile and install a new minecraft profile based on that
ImportCommand(location: List<String> = arrayListOf(), profile: String? = null)
Command to import a profile and install a new minecraft profile based on that |
var location: List<String> |
|
var profile: String? |
fun execute(): Unit
Execute command |