| Package | Description |
|---|---|
| com.github.steveice10.mc.auth.data | |
| com.github.steveice10.mc.auth.service |
| Modifier and Type | Method and Description |
|---|---|
GameProfile.Property |
GameProfile.getProperty(String name)
Gets a property contained in the profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<GameProfile.Property> |
GameProfile.getProperties()
Gets an immutable list of properties contained in the profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GameProfile.setProperties(List<GameProfile.Property> properties)
Sets the properties of this profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<GameProfile.Property> |
AuthenticationService.getProperties()
Gets the properties of the user logged in with the service.
|
Copyright © 2023. All rights reserved.