Update api/player/skinPart

Braydon 2024-04-16 16:48:50 -07:00
parent d5f3f23e4e
commit 54b610682a

@ -1,9 +1,9 @@
# Skin Part Texture
`GET` [/player/(part)/(query).png?size=256](https://mc.rainnny.club/player/head/Rainnny.png?size=256)
`GET` [/player/(part)/(query).png?size=256](https://api.restfulmc.cc/player/head/Rainnny.png?size=256)
Get a skin part from a player's skin texture.
View the [Swagger Docs](https://mc.rainnny.club/swagger-ui/index.html#/Player%20Controller/getPartTexture) for more.
View the [Swagger Docs](https://api.restfulmc.cc/swagger-ui/index.html#/Player%20Controller/getPartTexture) for more.
## Skin Parts
View a list of [Vanilla](https://git.rainnny.club/Rainnny/RESTfulMC/src/branch/master/API/src/main/java/me/braydon/mc/model/skin/ISkinPart.java#L82) and [Custom](https://git.rainnny.club/Rainnny/RESTfulMC/src/branch/master/API/src/main/java/me/braydon/mc/model/skin/ISkinPart.java#L216) skin parts that can be used.
@ -24,4 +24,4 @@ View a list of [Vanilla](https://git.rainnny.club/Rainnny/RESTfulMC/src/branch/m
Results are cached for up to `15 minutes`
## Response
![Player Head](https://mc.rainnny.club/player/head/Rainnny.png?size=256)
![Player Head](https://api.restfulmc.cc/player/head/Rainnny.png?size=256)