You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2020. It is now read-only.
jaime29010 edited this page Nov 13, 2016
·
3 revisions
Skinskin = SkinFactory.getSkin("WolerinDEV"); //Loading a Skin from a Minecraft username//Customize your skin with these methodsskin.setCape(url);
skin.setProfileName(name);
skin.setPublic(flag);
skin.setSignatureRequired(flag);
skin.setSkin(url); //Skin URLskin.setUUID(id);
//Apply you skin to a game profileskin.apply(profile)
//or build a profile from the skinskin.toGameProfile()