@zikeji/hypixel / NBTSkullOwner
Interface: NBTSkullOwner
If the NBTInventoryItem is a skull type this will describe it's skull information.
Properties
ExtraProperties?
optionalExtraProperties: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?
optionalprofileId:number
profileName?
optionalprofileName:number
signatureRequired?
optionalsignatureRequired:boolean
textures
textures:
object
textures.SKIN
SKIN:
object
textures.SKIN.url
url:
string
Minecraft CDN link to the texture.
timestamp?
optionaltimestamp:number
Id
Id:
string
Properties
Properties: {
profileId?:number;profileName?:number;signatureRequired?:boolean;textures: {SKIN: {url:string; }; };timestamp?:number; } |null