InventivetalentDev / MineskinClient

Java client for the MineSkin API
https://mineskin.org
MIT License
33 stars 15 forks source link

Hey, #5

Closed rplcnn closed 7 years ago

rplcnn commented 7 years ago

How I can check "RepublicanSensei"'s data with this API.

InventivetalentDev commented 7 years ago

what?

rplcnn commented 7 years ago

I want to get player's skull with custom nbt (base64 code) How can i use that api. I would like to see how it works with playerName.

For example: mineskinAPI.getCode(player)

InventivetalentDev commented 7 years ago

generateUser

rplcnn commented 7 years ago
    MineskinClient mineskinClient = new MineskinClient();
    mineskinClient.generateUser(player.getUniqueId(), SkinOptions.create(player.getName(), Model.SLIM, Visibility.PUBLIC), new SkinCallback()) {

!Cannot instantiate the type SkinCallback

How can i get the skull(ItemStack)

InventivetalentDev commented 7 years ago

Learn Java, please. You need an abstract interface class as the callback.