ServerAssetManager class

Inheritance

Constructors

ServerAssetManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
packs Iterable<MapEntry<String, SetonixData>>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createSignature([Set<String>? packs]) Map<String, FileMetadata>
inherited
getBackground(ItemLocation location) BackgroundDefinition?
inherited
getBackgroundItem(ItemLocation location) PackItem<BackgroundDefinition>?
inherited
getBoard(ItemLocation location) BoardDefinition?
inherited
getBoardItem(ItemLocation location) PackItem<BoardDefinition>?
inherited
getDeck(ItemLocation location) DeckDefinition?
inherited
getDeckItem(ItemLocation location) PackItem<DeckDefinition>?
inherited
getFigure(ItemLocation location) FigureDefinition?
inherited
getFigureItem(ItemLocation location) PackItem<FigureDefinition>?
inherited
getPack(String key) SetonixData?
override
hasPack(String key) bool
override
init({required Consoler<ConsoleProgram> console, bool verbose = false}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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