public static final class ClientLauncher.Params
extends pro.gravit.launcher.serialize.stream.StreamObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
accessToken |
java.nio.file.Path |
assetDir |
boolean |
autoEnter |
java.nio.file.Path |
clientDir |
boolean |
fullScreen |
int |
height |
pro.gravit.launcher.profiles.PlayerProfile |
pp |
int |
ram |
long |
session |
int |
width |
| Constructor and Description |
|---|
Params(byte[] launcherDigest,
java.nio.file.Path assetDir,
java.nio.file.Path clientDir,
pro.gravit.launcher.profiles.PlayerProfile pp,
java.lang.String accessToken,
boolean autoEnter,
boolean fullScreen,
int ram,
int width,
int height) |
Params(pro.gravit.launcher.serialize.HInput input) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(pro.gravit.launcher.serialize.HOutput output) |
public final java.nio.file.Path assetDir
public final java.nio.file.Path clientDir
public final pro.gravit.launcher.profiles.PlayerProfile pp
public final java.lang.String accessToken
public final boolean autoEnter
public final boolean fullScreen
public final int ram
public final int width
public final int height
public final long session
public Params(byte[] launcherDigest,
java.nio.file.Path assetDir,
java.nio.file.Path clientDir,
pro.gravit.launcher.profiles.PlayerProfile pp,
java.lang.String accessToken,
boolean autoEnter,
boolean fullScreen,
int ram,
int width,
int height)
public Params(pro.gravit.launcher.serialize.HInput input)
throws java.lang.Exception
java.lang.Exception