Class ClientProcessPreInvokeMainClassEvent

java.lang.Object
pro.gravit.launcher.modules.LauncherModule.Event
pro.gravit.launcher.client.events.client.ClientProcessPreInvokeMainClassEvent

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

    • params

      public final ClientParams params
    • profile

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

      public final Collection<String> args
  • Constructor Details

    • ClientProcessPreInvokeMainClassEvent

      public ClientProcessPreInvokeMainClassEvent(ClientParams params, pro.gravit.launcher.profiles.ClientProfile profile, Collection<String> args)