Search
Preparing search index...
The search index is not available
jga-data-queue - v0.0.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"games-roguelike/src/game/map/tiles/tile"
Tile
Class Tile
Hierarchy
Tile
FloorTile
NullTile
WallTile
Implements
TileInterface
Index
Constructors
constructor
Properties
glyph
is
Diggable
is
Walkable
Methods
get
Glyph
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
is
Diggable
is
Diggable
:
boolean
is
Walkable
is
Walkable
:
boolean
Methods
get
Glyph
get
Glyph
(
)
:
GlyphInterface
Returns
GlyphInterface
Globals
"games-
roguelike/src/game/map/tiles/tile"
Tile
constructor
glyph
is
Diggable
is
Walkable
get
Glyph
Tile
Interface
Generated using
TypeDoc