public static class GameProfile.Texture extends Object
| Constructor and Description |
|---|
Texture(String url,
Map<String,String> metadata)
Creates a new Texture instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHash()
Gets the hash of the texture.
|
String |
getMetadata(String key)
Gets a metadata string from the texture.
|
GameProfile.TextureModel |
getModel()
Gets the model of the texture.
|
String |
getURL()
Gets the URL of the texture.
|
String |
toString() |
public String getURL()
public String getMetadata(String key)
public GameProfile.TextureModel getModel()
public String getHash()
Copyright © 2023. All rights reserved.