AssetManager class abstract

Implementers

Constructors

AssetManager()

Properties

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

Methods

createSignature([Set<String>? packs]) Map<String, FileMetadata>
getBackground(ItemLocation location) BackgroundDefinition?
getBackgroundItem(ItemLocation location) PackItem<BackgroundDefinition>?
getBoard(ItemLocation location) BoardDefinition?
getBoardItem(ItemLocation location) PackItem<BoardDefinition>?
getDeck(ItemLocation location) DeckDefinition?
getDeckItem(ItemLocation location) PackItem<DeckDefinition>?
getFigure(ItemLocation location) FigureDefinition?
getFigureItem(ItemLocation location) PackItem<FigureDefinition>?
getPack(String key) SetonixData?
hasPack(String key) bool
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