public class NewLauncherSettings
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NewLauncherSettings.HashedStoreEntry |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
auth |
boolean |
autoEnter |
java.lang.String |
consoleUnlockKey |
boolean |
debug |
boolean |
featureStore |
boolean |
fullScreen |
byte[] |
lastDigest |
java.util.List<NewLauncherSettings.HashedStoreEntry> |
lastHDirs |
java.util.List<pro.gravit.launcher.profiles.ClientProfile> |
lastProfiles |
java.lang.String |
login |
boolean |
offline |
int |
profile |
int |
ram |
byte[] |
rsaPassword |
java.nio.file.Path |
updatesDir |
java.lang.String |
updatesDirPath |
java.util.Map<java.lang.String,UserSettings> |
userSettings |
| Constructor and Description |
|---|
NewLauncherSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
putHDir(java.lang.String name,
java.nio.file.Path path,
pro.gravit.launcher.hasher.HashedDir dir) |
public java.lang.String login
public java.lang.String auth
public byte[] rsaPassword
public int profile
public transient java.nio.file.Path updatesDir
public java.lang.String updatesDirPath
public boolean autoEnter
public boolean debug
public boolean fullScreen
public boolean offline
public int ram
public byte[] lastDigest
public java.util.List<pro.gravit.launcher.profiles.ClientProfile> lastProfiles
public java.util.Map<java.lang.String,UserSettings> userSettings
public boolean featureStore
public java.lang.String consoleUnlockKey
public transient java.util.List<NewLauncherSettings.HashedStoreEntry> lastHDirs