Class SkullUtils
java.lang.Object
org.strassburger.cookieclickerz.util.items.SkullUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.bukkit.inventory.ItemStack
getSkullFromBase64
(String base64) static org.bukkit.inventory.ItemStack
getSkullFromUrl
(String url) static URL
getUrlFromBase64
(String base64)
-
Method Details
-
getUrlFromBase64
- Throws:
MalformedURLException
-
getSkullFromUrl
public static org.bukkit.inventory.ItemStack getSkullFromUrl(String url) throws MalformedURLException - Throws:
MalformedURLException
-
getSkullFromBase64
public static org.bukkit.inventory.ItemStack getSkullFromBase64(String base64) throws MalformedURLException - Throws:
MalformedURLException
-