CatalogType enum

The types of Catalog objects which can be retrieved from Scryfall.

Inheritance

Constructors

CatalogType()
const

Values

cardNames → const CatalogType

All nontoken English card names.

artistNames → const CatalogType

All canonical artist names.

wordBank → const CatalogType

All English words, of length 2 or more, that could appear in a card name.

creatureTypes → const CatalogType

All creature types.

planeswalkerTypes → const CatalogType

All Planeswalker types.

landTypes → const CatalogType

All Land types.

artifactTypes → const CatalogType

All artifact types.

enchantmentTypes → const CatalogType

All enchantment types.

spellTypes → const CatalogType

All spell types.

powers → const CatalogType

All possible values for a creature or vehicle’s power.

toughnesses → const CatalogType

All possible values for a creature or vehicle’s toughness.

loyalties → const CatalogType

All possible values for a Planeswalker’s loyalty.

watermarks → const CatalogType

All card watermarks.

keywordAbilities → const CatalogType

All keyword abilities.

keywordActions → const CatalogType

All keyword actions.

abilityWords → const CatalogType

All ability words.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Constants

values → const List<CatalogType>
A constant List of the values in this enum, in order of their declaration.