History - com.mojang.authlib.BaseUserAuthentication
1.16.1
Names
com.mojang.authlib.BaseUserAuthentication
Fields
org.apache.logging.log4j.Logger: LOGGER
String: STORAGE_KEY_PROFILE_NAME
String: STORAGE_KEY_PROFILE_ID
String: STORAGE_KEY_PROFILE_PROPERTIES
String: STORAGE_KEY_USER_NAME
String: STORAGE_KEY_USER_ID
String: STORAGE_KEY_USER_PROPERTIES
AuthenticationService: authenticationService
PropertyMap: userProperties
String: userid
String: username
String: password
GameProfile: selectedProfile
UserType: userType
Constructors
Methods
boolean (): canLogIn
void (): logOut
boolean (): isLoggedIn
void (String): setUsername
void (String): setPassword
String (): getUsername
String (): getPassword
void (Map<String, Object>): loadFromStorage
Map<String, Object> (): saveForStorage
void (GameProfile): setSelectedProfile
GameProfile (): getSelectedProfile
AuthenticationService (): getAuthenticationService
String (): getUserID
PropertyMap (): getUserProperties
PropertyMap (): getModifiableUserProperties
UserType (): getUserType
void (UserType): setUserType
void (String): setUserid