BoardsSpawnRequest class final

Inheritance
Mixed in types
Annotations

Constructors

BoardsSpawnRequest(String table, [Map<VectorDefinition, List<ItemLocation>> assets = const {}])
BoardsSpawnRequest.fromLocal(String table, VectorDefinition cell, ItemLocation asset)
BoardsSpawnRequest.single(GlobalVectorDefinition cell, ItemLocation asset)

Properties

assets Map<VectorDefinition, List<ItemLocation>>
final
copyWith BoardsSpawnRequestCopyWith<BoardsSpawnRequest, BoardsSpawnRequest, BoardsSpawnRequest>
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

Methods

board(VectorDefinition cell, ItemLocation asset) BoardsSpawnRequest
boards(VectorDefinition cell, List<ItemLocation> assets) BoardsSpawnRequest
inBounds(VectorDefinition start, VectorDefinition end) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
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