Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ItemBase
    • Item

Index

Constructors

constructor

  • Returns Item

Properties

Optional abyssJewel

abyssJewel: boolean

Optional additionalProperties

additionalProperties: AdditionalProperty[]

Optional artFilename

artFilename: string

Optional cisRaceReward

cisRaceReward: boolean

Optional corrupted

corrupted: boolean

Optional cosmeticMods

cosmeticMods: string[]

Optional craftedMods

craftedMods: string[]

Optional delve

delve: boolean

Optional descrText

descrText: string

Optional duplicated

duplicated: boolean

Optional elder

elder: boolean

Optional enchantMods

enchantMods: string[]

Optional explicitMods

explicitMods: string[]

extended

extended: Extended

Optional flavourText

flavourText: string[]

Optional fractured

fractured: boolean

Optional fracturedMods

fracturedMods: string[]

frameType

frameType: number

h

h: number

Optional hybrid

hybrid: Hybrid

icon

icon: string

id

id: string

identified

identified: boolean

ilvl

ilvl: number

Optional implicitMods

implicitMods: string[]

Optional incubatedItem

incubatedItem: IncubatedItem

Optional influences

influences: Influences

inventoryId

inventoryId: string

Optional isRelic

isRelic: boolean

Optional itemLevel

itemLevel: number

league

league: string

Optional maxStackSize

maxStackSize: number

name

name: string

Optional nextLevelRequirements

nextLevelRequirements: Property[]

Optional note

note: string

Optional properties

properties: Property[]

Optional prophecyText

prophecyText: string

Optional replica

replica: boolean

Optional requirements

requirements: Property[]

Optional secDescrText

secDescrText: string

Optional shaper

shaper: boolean

Optional socketedItems

socketedItems: SocketedItem[]

Optional sockets

sockets: Socket[]

Optional stackSize

stackSize: number

Optional stackSizeText

stackSizeText: string

Optional support

support: boolean

Optional synthesised

synthesised: boolean

Optional talismanTier

talismanTier: number

typeLine

typeLine: string

Optional utilityMods

utilityMods: string[]

Optional veiled

veiled: boolean

Optional veiledMods

veiledMods: string[]

verified

verified: boolean

w

w: number

x

x: number

y

y: number

Methods

toPlain

  • toPlain(): unknown
  • Converts this class back into a plain javascript object.

    remarks

    Property keys which have been renamed during the initial transformation to a class object will be reverted to the original keys. For example, the cachedSince property in the Ladder class will be reverted to the original API property, cached_since.

    Returns unknown

Generated using TypeDoc