diff --git a/sdk%2Fjs%2Fplayer%2FskinPart.md b/sdk%2Fjs%2Fplayer%2FskinPart.md new file mode 100644 index 0000000..2e85267 --- /dev/null +++ b/sdk%2Fjs%2Fplayer%2FskinPart.md @@ -0,0 +1,10 @@ +# Skin Part Texture + +## Example +```ts +import { getSkinPart } from "restfulmc-lib"; +import { SkinPart } from "restfulmc-lib/dist/index"; + +const partTexture: ArrayBuffer = await getSkinPart(SkinPart.HEAD, "Rainnny"); // Fetch the skin part +/// Do something with the texture +``` \ No newline at end of file