Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
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

Functions

Link copied to clipboard

Checks if the session is online by checking the account type and if we have a valid access token.