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
FieldsModifier and TypeFieldDescriptionfinal Collection<String>final pro.gravit.launcher.profiles.ClientProfileFields inherited from class pro.gravit.launcher.modules.LauncherModule.Event
cancel -
Constructor Summary
ConstructorsConstructorDescriptionClientProcessPreInvokeMainClassEvent(ClientLauncherProcess.ClientParams params, pro.gravit.launcher.profiles.ClientProfile profile, Collection<String> args) -
Method Summary
Methods inherited from class pro.gravit.launcher.modules.LauncherModule.Event
cancel, isCancel
-
Field Details
-
params
-
profile
public final pro.gravit.launcher.profiles.ClientProfile profile -
args
-
-
Constructor Details
-
ClientProcessPreInvokeMainClassEvent
public ClientProcessPreInvokeMainClassEvent(ClientLauncherProcess.ClientParams params, pro.gravit.launcher.profiles.ClientProfile profile, Collection<String> args)
-