Package pro.gravit.launcher.client
Class ClientLauncher.ParamContainer
- java.lang.Object
-
- pro.gravit.launcher.serialize.stream.StreamObject
-
- pro.gravit.launcher.client.ClientLauncher.ParamContainer
-
- Enclosing class:
- ClientLauncher
public static class ClientLauncher.ParamContainer extends pro.gravit.launcher.serialize.stream.StreamObject
-
-
Field Summary
Fields Modifier and Type Field Description pro.gravit.launcher.hasher.HashedDirassetHDirpro.gravit.launcher.hasher.HashedDirclientHDirClientLauncher.Paramsparamspro.gravit.launcher.profiles.ClientProfileprofile
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(pro.gravit.launcher.serialize.HOutput output)
-
-
-
Field Detail
-
params
public ClientLauncher.Params params
-
profile
public pro.gravit.launcher.profiles.ClientProfile profile
-
assetHDir
public pro.gravit.launcher.hasher.HashedDir assetHDir
-
clientHDir
public pro.gravit.launcher.hasher.HashedDir clientHDir
-
-
Constructor Detail
-
ParamContainer
public ParamContainer(pro.gravit.launcher.serialize.HInput input) throws java.lang.Exception- Throws:
java.lang.Exception
-
ParamContainer
public ParamContainer()
-
ParamContainer
public ParamContainer(ClientLauncher.Params params, pro.gravit.launcher.profiles.ClientProfile profile, pro.gravit.launcher.hasher.HashedDir assetHDir, pro.gravit.launcher.hasher.HashedDir clientHDir)
-
-