Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Tile(glyph: GlyphInterface, isDiggable?: boolean, isWalkable?: boolean): Tile
  • Parameters

    • glyph: GlyphInterface
    • Default value isDiggable: boolean = false
    • Default value isWalkable: boolean = false

    Returns Tile

Properties

Private glyph

glyph: GlyphInterface

isDiggable

isDiggable: boolean

isWalkable

isWalkable: boolean

Methods

getGlyph

  • getGlyph(): GlyphInterface

Generated using TypeDoc