| Name | <PlayerTag.skin_blob> |
| Returns | ElementTag |
| Mechanism | PlayerTag.skin_blob |
| Description | Returns the player's current skin blob.
In the format: "texture;signature" (two values separated by a semicolon). See also Player Entity Skins (Skin Blobs). |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java#L1703 |