Package net.citizensnpcs.util
Class MojangSkinGenerator
java.lang.Object
net.citizensnpcs.util.MojangSkinGenerator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.json.simple.JSONObject
generateFromPNG
(byte[] png, boolean slim) static org.json.simple.JSONObject
generateFromURL
(String url, boolean slim) static com.mojang.authlib.GameProfile
getFilledGameProfileByXUID
(String name, long xuid) static Long
getXUIDFromName
(String name)
-
Constructor Details
-
MojangSkinGenerator
public MojangSkinGenerator()
-
-
Method Details
-
generateFromPNG
public static org.json.simple.JSONObject generateFromPNG(byte[] png, boolean slim) throws InterruptedException, ExecutionException -
generateFromURL
public static org.json.simple.JSONObject generateFromURL(String url, boolean slim) throws InterruptedException, ExecutionException -
getFilledGameProfileByXUID
public static com.mojang.authlib.GameProfile getFilledGameProfileByXUID(String name, long xuid) throws InterruptedException, ExecutionException -
getXUIDFromName
-