Appearance
@loontail/minecraft-kit / MojangProfileSkin
Type Alias: MojangProfileSkin
ts
type MojangProfileSkin = {
id: string;
state: MojangAssetState;
url: string;
variant: SkinVariant;
};Defined in: src/types/auth.ts:101
A single skin slot returned by /minecraft/profile.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
id | readonly | string | src/types/auth.ts:102 |
state | readonly | MojangAssetState | src/types/auth.ts:103 |
url | readonly | string | src/types/auth.ts:104 |
variant | readonly | SkinVariant | src/types/auth.ts:105 |