#Acquire Player Face for GUI

13 messages · Page 1 of 1 (latest)

grizzled solar
#

Hi! I'm trying to get the Player head (face, both layers) in a GUI, as an Identifier, any ideas? I've tried playerSkinProvider.getSkinTextures(profile);, but it seems to run infinitely.

Thanks.

vestal kraken
grizzled solar
#

I did, but net.minecraft.client.multiplayer.PlayerInfo isn't present...

vestal kraken
#

theyre using mojmaps

#

!!linkie

prime cargoBOT
vestal kraken
#

you can translate mappings using that ^

grizzled solar
#

I see, thanks

#

Only problem is, that the player in question might not be on the same server as the client.

vestal kraken
#

you can fetch the skin textures from mojang's api yourself or use something like https://mcheads.org/documentation

vestal kraken
#

it only needs their name and uuid

grizzled solar
#

Eh, Might as well use MC Heads.