Expand description
AbilityStatic – helper functions for static abilities (e.g. morph face-up).
Mirrors Java’s AbilityStatic.java.
Static abilities are special actions that don’t use the stack (like turning
a morph face-up).
Functions§
- can_
play - Whether this static ability can currently be played.
Mirrors Java’s
AbilityStatic.canPlay().
Type Aliases§
- Ability
Static - Type alias for SpellAbility when used as a static ability.
In Java,
AbilityStaticis a subclass; in Rust it’s the same struct.