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 Summary
Fields Modifier and Type Field Description java.util.Collection<java.lang.String>argsClientLauncherProcess.ClientParamsparamspro.gravit.launcher.profiles.ClientProfileprofile
-
Constructor Summary
Constructors Constructor Description ClientProcessPreInvokeMainClassEvent(ClientLauncherProcess.ClientParams params, pro.gravit.launcher.profiles.ClientProfile profile, java.util.Collection<java.lang.String> args)
-
-
-
Field Detail
-
params
public final ClientLauncherProcess.ClientParams params
-
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)
-
-