| Package | Description |
|---|---|
| com.github.steveice10.mc.auth.data | |
| com.github.steveice10.mc.auth.exception.property |
| Modifier and Type | Method and Description |
|---|---|
GameProfile.Texture |
GameProfile.getTexture(GameProfile.TextureType type)
Gets a texture contained in the profile.
|
GameProfile.Texture |
GameProfile.getTexture(GameProfile.TextureType type,
boolean requireSecure)
Gets a texture contained in the profile.
|
Map<GameProfile.TextureType,GameProfile.Texture> |
GameProfile.getTextures()
Gets an immutable map of texture types to textures contained in the profile.
|
Map<GameProfile.TextureType,GameProfile.Texture> |
GameProfile.getTextures(boolean requireSecure)
Gets an immutable map of texture types to textures contained in the profile.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProfileTextureException
Thrown when an error occurs while retrieving a profile texture.
|
class |
SignatureValidateException
Thrown when an error occurs while validating a signature.
|
Copyright © 2023. All rights reserved.