Mika Scraper / MinecraftProfile
Interface: MinecraftProfile
Defined in: src/minecraft/minecraft.ts:14
Represents a Minecraft player profile, encapsulating essential information about the player’s identity, avatar, and skin characteristics.
Properties
username
username:
string
The unique username of the Minecraft player.
Defined in:src/minecraft/minecraft.ts:15
id
id:
string
The unique identifier for the Minecraft profile.
Defined in:src/minecraft/minecraft.ts:16
short_id
short_id:
string
A shortened version of the profile’s unique identifier.
Defined in:src/minecraft/minecraft.ts:17
raw_id
raw_id:
string
The raw identifier associated with the Minecraft account.
Defined in:src/minecraft/minecraft.ts:18
avatar
avatar:
string
The URL for the player’s avatar image.
Defined in:src/minecraft/minecraft.ts:19
skin_texture
skin_texture:
string
The URL for the player’s skin texture image.
Defined in:src/minecraft/minecraft.ts:20
name_history
name_history:
NameHistoryEntry
[]An array of historical username entries associated with the profile, providing a record of changes made to the player’s username.
Defined in:src/minecraft/minecraft.ts:21
head_preview
head_preview:
string
The URL for a head preview image of the player’s character.
Defined in:src/minecraft/minecraft.ts:22
full_body_preview_hd
full_body_preview_hd:
string
The URL for a high-definition full-body preview of the player’s character.
Defined in:src/minecraft/minecraft.ts:23
skin_download
skin_download:
string
The URL from which the skin file can be downloaded.
Defined in:src/minecraft/minecraft.ts:24
qr_uuid
qr_uuid:
string
A unique identifier used for generating a QR code associated with the profile.
Defined in:src/minecraft/minecraft.ts:25
profile_valid
profile_valid:
boolean
Indicates whether the player profile is valid and active.
Defined in:src/minecraft/minecraft.ts:26
skin_model
skin_model:
string
The model type of the player’s skin (e.g., “slim” or “classic”).
Defined in:src/minecraft/minecraft.ts:27
namemc_url
namemc_url:
string
The URL for the NameMC profile page associated with the Minecraft player.
Defined in:src/minecraft/minecraft.ts:28