BoardTilesSpawned class final

Inheritance
Mixed in types
Annotations

Constructors

BoardTilesSpawned(String table, [Map<VectorDefinition, List<BoardTile>> tiles = const {}])
BoardTilesSpawned.single(GlobalVectorDefinition position, List<BoardTile> tiles)
BoardTilesSpawned.singleTile(GlobalVectorDefinition position, BoardTile tile)

Properties

copyWith BoardTilesSpawnedCopyWith<BoardTilesSpawned, BoardTilesSpawned, BoardTilesSpawned>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
table String
final
tiles Map<VectorDefinition, List<BoardTile>>
final

Methods

addTile(int x, int y, BoardTile tile) BoardTilesSpawned
addTiles(int x, int y, List<BoardTile> tiles) BoardTilesSpawned
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
tile(int x, int y, ItemLocation asset, int tileX, int tileY) BoardTilesSpawned
toJson() String
inherited
toMap() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited