Package com.nickuc.login.api.types
Class AccountDataImpl
java.lang.Object
com.nickuc.login.api.types.AccountDataImpl
- All Implemented Interfaces:
AccountData
Implementation of
AccountData for internal usage only.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the registered bedrock ID of this account.Returns the creation date of this account.Returns the registered discord id of this account.getEmail()Returns the registered email of this account.Returns the registered hashed password of this account.getId()Returns the registered id of this account.Returns the registered last IP address of this account.Returns the last login of this account.Returns the registered last name of this account.Returns the registered Mojang ID of this account.Returns the settings of this account.getType()Returns the type of this account.Returns the registered unique ID of this account.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.nickuc.login.api.types.AccountData
comparePassword, getLanguage, getLastAddress
-
Constructor Details
-
AccountDataImpl
public AccountDataImpl()
-
-
Method Details
-
getId
Description copied from interface:AccountDataReturns the registered id of this account. It will not be present if the account is not stored in database yet.- Specified by:
getIdin interfaceAccountData
-
getType
Description copied from interface:AccountDataReturns the type of this account. It will not be present if the account is not registered.- Specified by:
getTypein interfaceAccountData
-
getLastName
Description copied from interface:AccountDataReturns the registered last name of this account.- Specified by:
getLastNamein interfaceAccountData
-
getUniqueId
Description copied from interface:AccountDataReturns the registered unique ID of this account.- Specified by:
getUniqueIdin interfaceAccountData
-
getMojangId
Description copied from interface:AccountDataReturns the registered Mojang ID of this account.- Specified by:
getMojangIdin interfaceAccountData
-
getBedrockId
Description copied from interface:AccountDataReturns the registered bedrock ID of this account.- Specified by:
getBedrockIdin interfaceAccountData
-
getHashedPassword
Description copied from interface:AccountDataReturns the registered hashed password of this account.- Specified by:
getHashedPasswordin interfaceAccountData
-
getLastIP
Description copied from interface:AccountDataReturns the registered last IP address of this account.- Specified by:
getLastIPin interfaceAccountData
-
getLastLogin
Description copied from interface:AccountDataReturns the last login of this account.- Specified by:
getLastLoginin interfaceAccountData
-
getCreationDate
Description copied from interface:AccountDataReturns the creation date of this account.- Specified by:
getCreationDatein interfaceAccountData
-
getEmail
Description copied from interface:AccountDataReturns the registered email of this account.- Specified by:
getEmailin interfaceAccountData
-
getDiscordId
Description copied from interface:AccountDataReturns the registered discord id of this account.- Specified by:
getDiscordIdin interfaceAccountData
-
getSettings
Description copied from interface:AccountDataReturns the settings of this account. The returned value is read-only.- Specified by:
getSettingsin interfaceAccountData
-