public static class ClientLauncher.ParamContainer
extends pro.gravit.launcher.serialize.stream.StreamObject
| Modifier and Type | Field and Description |
|---|---|
pro.gravit.launcher.hasher.HashedDir |
assetHDir |
pro.gravit.launcher.hasher.HashedDir |
clientHDir |
ClientLauncher.Params |
params |
pro.gravit.launcher.profiles.ClientProfile |
profile |
| Constructor and Description |
|---|
ParamContainer() |
ParamContainer(ClientLauncher.Params params,
pro.gravit.launcher.profiles.ClientProfile profile,
pro.gravit.launcher.hasher.HashedDir assetHDir,
pro.gravit.launcher.hasher.HashedDir clientHDir) |
ParamContainer(pro.gravit.launcher.serialize.HInput input) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(pro.gravit.launcher.serialize.HOutput output) |
public ClientLauncher.Params params
public pro.gravit.launcher.profiles.ClientProfile profile
public pro.gravit.launcher.hasher.HashedDir assetHDir
public pro.gravit.launcher.hasher.HashedDir clientHDir
public ParamContainer(pro.gravit.launcher.serialize.HInput input)
throws java.lang.Exception
java.lang.Exceptionpublic ParamContainer()
public ParamContainer(ClientLauncher.Params params, pro.gravit.launcher.profiles.ClientProfile profile, pro.gravit.launcher.hasher.HashedDir assetHDir, pro.gravit.launcher.hasher.HashedDir clientHDir)