| Package | Description |
|---|---|
| com.github.steveice10.mc.auth.service |
| Modifier and Type | Method and Description |
|---|---|
GameProfile |
SessionService.fillProfileProperties(GameProfile profile)
Fills in the properties of a profile.
|
GameProfile |
SessionService.getProfileByServer(String name,
String serverId)
Gets the profile of the given user if they are currently logged in to the given server.
|
GameProfile |
AuthenticationService.getSelectedProfile()
Gets the selected profile of the user logged in with the service.
|
| Modifier and Type | Method and Description |
|---|---|
List<GameProfile> |
AuthenticationService.getAvailableProfiles()
Gets the available profiles of the user logged in with the service.
|
| Modifier and Type | Method and Description |
|---|---|
GameProfile |
SessionService.fillProfileProperties(GameProfile profile)
Fills in the properties of a profile.
|
void |
SessionService.joinServer(GameProfile profile,
String authenticationToken,
String serverId)
Joins a server.
|
void |
ProfileService.ProfileLookupCallback.onProfileLookupFailed(GameProfile profile,
Exception e)
Called when a profile lookup request fails.
|
void |
ProfileService.ProfileLookupCallback.onProfileLookupSucceeded(GameProfile profile)
Called when a profile lookup request succeeds.
|
void |
MojangAuthenticationService.selectGameProfile(GameProfile profile)
Selects a game profile.
|
Copyright © 2023. All rights reserved.