Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Transformable
    • Data

Index

Constructors

constructor

  • Returns Data

Properties

assets

assets: {}

Type declaration

  • [key: string]: {}
    • [key: string]: string

classes

classes: Class[]

constants

constants: Constants

extraImages

extraImages: {}

Type declaration

groups

groups: {}

Type declaration

imageZoomLevels

imageZoomLevels: number[]

jewelSlots

jewelSlots: number[]

maxX

maxX: number
overrides

max_x

maxY

maxY: number
overrides

max_y

minX

minX: number
overrides

min_x

minY

minY: number
overrides

min_y

nodes

nodes: {}

Type declaration

  • [key: string]: Node

skillSprites

skillSprites: SkillSprites

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