Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TexturesObject

Hierarchy

  • TexturesObject

Index

Properties

profileId

profileId: string

profileName

profileName: string

Optional signatureRequired

signatureRequired: undefined | false | true

textures

textures: { CAPE?: undefined | { url: string }; SKIN?: undefined | { metadata?: undefined | { model: string }; url: string } }

Decoded, JSON.parse'd textures property

Type declaration

  • Optional CAPE?: undefined | { url: string }
  • Optional SKIN?: undefined | { metadata?: undefined | { model: string }; url: string }

timestamp

timestamp: number

Java time in ms

Generated using TypeDoc