public class SkullUtil extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SkullUtil.CustomSkullType |
static class |
SkullUtil.Test |
static class |
SkullUtil.TestChild |
Constructor and Description |
---|
SkullUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
setTextureValue(org.bukkit.inventory.meta.SkullMeta SM,
String textureValue)
Try to inject the texture value(which is base64 encoded) into the
SkullMeta.
|
public static void setTextureValue(org.bukkit.inventory.meta.SkullMeta SM, String textureValue) throws Exception
SM
- the SkullMetatextureValue
- the base64 encoded texture value.Exception
- just catch this exception and do nothing.