Skip to content
This repository was archived by the owner on May 18, 2020. It is now read-only.

Skin API

jaime29010 edited this page Nov 13, 2016 · 3 revisions
Skin skin = SkinFactory.getSkin("WolerinDEV"); //Loading a Skin from a Minecraft username

//Customize your skin with these methods
skin.setCape(url);
skin.setProfileName(name);
skin.setPublic(flag);
skin.setSignatureRequired(flag);
skin.setSkin(url); //Skin URL
skin.setUUID(id);
		
//Apply you skin to a game profile
skin.apply(profile)
//or build a profile from the skin
skin.toGameProfile()

Clone this wiki locally