JitseB / NPCLib

(Minecraft) NPCLib – Basic non-player character library.
MIT License
197 stars 49 forks source link

Add MineSkin UUID system and depecrate MineSkin legacy id system #183

Open Git-Fal7 opened 1 year ago

Git-Fal7 commented 1 year ago

Closes #171

this depecrates MineSkin's id system and introduces MineSkinFetcher#fetchSkinSync(String, Callback) and MineSkinFetcher#fetchSkinAsync(String, Callback), which uses the new MineSkin UUID API.