Package pro.gravit.launcher.client.gui
Class RuntimeSettings
- java.lang.Object
-
- pro.gravit.launcher.client.UserSettings
-
- pro.gravit.launcher.client.gui.RuntimeSettings
-
public class RuntimeSettings extends pro.gravit.launcher.client.UserSettings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRuntimeSettings.LAUNCHER_LOCALE
-
Field Summary
Fields Modifier and Type Field Description booleanautoAuthbooleanautoEnterbooleandebugstatic RuntimeSettings.LAUNCHER_LOCALEDEFAULT_LOCALEbooleandisableJavaDownloadbyte[]encryptedPasswordbooleanfullScreenpro.gravit.launcher.events.request.GetAvailabilityAuthRequestEvent.AuthAvailabilitylastAuthjava.util.UUIDlastProfileRuntimeSettings.LAUNCHER_LOCALElocalejava.lang.Stringloginintramjava.nio.file.PathupdatesDirjava.lang.StringupdatesDirPath
-
Constructor Summary
Constructors Constructor Description RuntimeSettings()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply()static RuntimeSettingsgetDefault()
-
-
-
Field Detail
-
DEFAULT_LOCALE
public static final RuntimeSettings.LAUNCHER_LOCALE DEFAULT_LOCALE
-
updatesDir
public transient java.nio.file.Path updatesDir
-
login
public java.lang.String login
-
encryptedPassword
public byte[] encryptedPassword
-
autoAuth
public boolean autoAuth
-
lastAuth
public pro.gravit.launcher.events.request.GetAvailabilityAuthRequestEvent.AuthAvailability lastAuth
-
updatesDirPath
public java.lang.String updatesDirPath
-
fullScreen
public boolean fullScreen
-
debug
public boolean debug
-
autoEnter
public boolean autoEnter
-
lastProfile
public java.util.UUID lastProfile
-
locale
public RuntimeSettings.LAUNCHER_LOCALE locale
-
ram
public int ram
-
disableJavaDownload
public boolean disableJavaDownload
-
-
Method Detail
-
getDefault
public static RuntimeSettings getDefault()
-
apply
public void apply()
-
-