Klasse MinecraftAccounts
java.lang.Object
info.u_team.oauth_account_manager.util.MinecraftAccounts
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic voidaddAccount(UUID uuid, net.hycrafthd.minecraft_authenticator.login.AuthenticationFile file, com.mojang.authlib.GameProfile profile, LoadedAccount account) static Future<?> static Future<?> static net.hycrafthd.minecraft_authenticator.login.AuthenticationFilegetAccount(UUID uuid) static com.mojang.authlib.GameProfilegetGameProfile(UUID uuid) static LoadedAccountgetLoadedAccount(UUID uuid) static booleanstatic voidremoveAccount(UUID uuid) static voidupdateAuthenticationFile(UUID uuid, net.hycrafthd.minecraft_authenticator.login.AuthenticationFile file)
-
Konstruktordetails
-
MinecraftAccounts
public MinecraftAccounts()
-
-
Methodendetails
-
enqueueLoad
-
enqueueSave
-
addAccount
public static void addAccount(UUID uuid, net.hycrafthd.minecraft_authenticator.login.AuthenticationFile file, com.mojang.authlib.GameProfile profile, LoadedAccount account) -
removeAccount
-
updateAuthenticationFile
public static void updateAuthenticationFile(UUID uuid, net.hycrafthd.minecraft_authenticator.login.AuthenticationFile file) -
getAccountUUIDs
-
getAccount
-
getLoadedAccount
-
getGameProfile
-
isLoaded
-