Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
An account from the TheAltening account generator.
Link copied to clipboard
A cracked account - has no credentials and cannot join premium servers.
Link copied to clipboard
A premium account authenticated through a Microsoft account.
Link copied to clipboard
An account the client can log into.
Link copied to clipboard
A premium account represented by nothing but a Minecraft access token.
Link copied to clipboard
data class SessionBundle(val session: User, val sessionService: MinecraftSessionService?, val profileKeys: ProfileKeyPairManager)
Link copied to clipboard
class SessionWithService(username: String, uuid: UUID, accessToken: String, xuid: Optional<String>, clientId: Optional<String>, val service: AccountService) : User
Link copied to clipboard
Link copied to clipboard
A Yggdrasil /authenticate client, used for alt services such as TheAltening. Mojang itself is not authenticated against through here - MinecraftAuth does that.