Class CreateProfileCommand

java.lang.Object
pro.gravit.utils.command.Command
pro.gravit.launchserver.command.Command
pro.gravit.launchserver.command.profiles.CreateProfileCommand

public class CreateProfileCommand extends Command
  • Constructor Details

    • CreateProfileCommand

      public CreateProfileCommand(LaunchServer server)
  • Method Details

    • getArgsDescription

      public String getArgsDescription()
      Specified by:
      getArgsDescription in class pro.gravit.utils.command.Command
    • getUsageDescription

      public String getUsageDescription()
      Specified by:
      getUsageDescription in class pro.gravit.utils.command.Command
    • invoke

      public void invoke(String... args) throws Exception
      Specified by:
      invoke in class pro.gravit.utils.command.Command
      Throws:
      Exception
    • pushClientAndDownloadAssets

      public static ProfilesProvider.CompletedProfile pushClientAndDownloadAssets(LaunchServer server, pro.gravit.launcher.base.profiles.ClientProfile clientProfile, Path clientDir) throws Exception
      Throws:
      Exception