SetType enum

An exhaustive list of set types.

Inheritance
Annotations
  • @JsonEnum(fieldRename: FieldRename.snake)

Constructors

SetType()
const

Values

core → const SetType

A yearly Magic core set (Tenth Edition, etc)

expansion → const SetType

A rotational expansion set in a block (Zendikar, etc)

masters → const SetType

A reprint set that contains no new cards (Modern Masters, etc)

masterpiece → const SetType

Masterpiece Series premium foil cards

arsenal → const SetType

A Commander-oriented gift set

fromTheVault → const SetType

From the Vault gift sets

spellbook → const SetType

Spellbook series gift sets

premiumDeck → const SetType

Premium Deck Series decks

duelDeck → const SetType

Duel Decks

draftInnovation → const SetType

Special draft sets, like Conspiracy and Battlebond

treasureChest → const SetType

Magic Online treasure chest prize sets

commander → const SetType

Commander preconstructed decks

planechase → const SetType

Planechase sets

archenemy → const SetType

Archenemy sets

vanguard → const SetType

Vanguard card sets

funny → const SetType

A funny un-set or set with funny promos# (Unglued, Happy Holidays, etc)

starter → const SetType

A starter/introductory set (Portal, etc)

box → const SetType

A gift box set

promo → const SetType

A set that contains purely promotional cards

token → const SetType

A set made up of tokens and emblems.

memorabilia → const SetType

A set made up of gold-bordered, oversize, or trophy cards that are not legal

unknown → const SetType

Unknown set type.

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<SetType>
A constant List of the values in this enum, in order of their declaration.