Class ClientProcessPreInvokeMainClassEvent


  • public class ClientProcessPreInvokeMainClassEvent
    extends pro.gravit.launcher.modules.LauncherModule.Event
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Collection<java.lang.String> args  
      ClientLauncherProcess.ClientParams params  
      pro.gravit.launcher.profiles.ClientProfile profile  
      • Fields inherited from class pro.gravit.launcher.modules.LauncherModule.Event

        cancel
    • Method Summary

      • Methods inherited from class pro.gravit.launcher.modules.LauncherModule.Event

        cancel, isCancel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • profile

        public final pro.gravit.launcher.profiles.ClientProfile profile
      • args

        public final java.util.Collection<java.lang.String> args
    • Constructor Detail

      • ClientProcessPreInvokeMainClassEvent

        public ClientProcessPreInvokeMainClassEvent​(ClientLauncherProcess.ClientParams params,
                                                    pro.gravit.launcher.profiles.ClientProfile profile,
                                                    java.util.Collection<java.lang.String> args)