Skip to content

@zikeji/hypixel / NBTSkullOwner

Interface: NBTSkullOwner

If the NBTInventoryItem is a skull type this will describe it's skull information.

Properties

ExtraProperties?

optional ExtraProperties: object[]

If the original textures array had more than 1 element, the first will appear under Properties and the remainder will appear in this array below.

profileId?

optional profileId: number

profileName?

optional profileName: number

signatureRequired?

optional signatureRequired: boolean

textures

textures: object

textures.SKIN

SKIN: object

textures.SKIN.url

url: string

Minecraft CDN link to the texture.

timestamp?

optional timestamp: number


Id

Id: string


Properties

Properties: { profileId?: number; profileName?: number; signatureRequired?: boolean; textures: { SKIN: { url: string; }; }; timestamp?: number; } | null

Released under the MIT License.