FrameEffect enum

The frame artwork applied over a particular frame.

For example, there are both 2003 and 2015-frame cards with the Nyx-touched effect.

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

Constructors

FrameEffect()
const

Values

legendary → const FrameEffect

The cards have a legendary crown.

miracle → const FrameEffect

The miracle frame effect.

nyxtouched → const FrameEffect

The Nyx-touched frame effect.

draft → const FrameEffect

The draft-matters frame effect.

devoid → const FrameEffect

The Devoid frame effect.

tombstone → const FrameEffect

The Odyssey tombstone mark.

colorshifted → const FrameEffect

A colorshifted frame.

inverted → const FrameEffect

The FNM-style inverted frame.

sunmoondfc → const FrameEffect

The sun and moon transform marks.

compasslanddfc → const FrameEffect

The compass and land transform marks.

originpwdfc → const FrameEffect

The Origins and planeswalker transform marks.

mooneldrazidfc → const FrameEffect

The moon and Eldrazi transform marks.

waxingandwaningmoondfc → const FrameEffect

The waxing and waning crescent moon transform marks.

showcase → const FrameEffect

A custom Showcase frame.

extendedart → const FrameEffect

An extended art frame.

companion → const FrameEffect

The cards have a companion frame.

etched → const FrameEffect

The cards have an etched foil treatment.

snow → const FrameEffect

The cards have the snowy frame effect.

lesson → const FrameEffect

The cards have the Lesson frame effect.

unknown → const FrameEffect

Unknown frame effect.

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