| Package | Description |
|---|---|
| com.github.steveice10.mc.auth.data |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.