Class ClientProcessLaunchEvent
- java.lang.Object
-
- pro.gravit.launcher.modules.LauncherModule.Event
-
- pro.gravit.launcher.client.events.client.ClientProcessLaunchEvent
-
public class ClientProcessLaunchEvent extends pro.gravit.launcher.modules.LauncherModule.Event
-
-
Field Summary
Fields Modifier and Type Field Description LauncherEngineclientInstanceClientLauncherProcess.ClientParamsparams
-
Constructor Summary
Constructors Constructor Description ClientProcessLaunchEvent(LauncherEngine clientInstance, ClientLauncherProcess.ClientParams params)
-
-
-
Field Detail
-
clientInstance
public final LauncherEngine clientInstance
-
params
public final ClientLauncherProcess.ClientParams params
-
-
Constructor Detail
-
ClientProcessLaunchEvent
public ClientProcessLaunchEvent(LauncherEngine clientInstance, ClientLauncherProcess.ClientParams params)
-
-