Expand description
Zone module — game zones for cards.
Mirrors Java’s forge.game.zone package.
Re-exports§
pub use cost_payment_stack::CostPaymentStack;pub use player_zone::PlayerZone;pub use player_zone_battlefield::PlayerZoneBattlefield;pub use zone_store::ZoneStore;
Modules§
- cost_
payment_ stack - CostPaymentStack — tracks cost payments for trigger purposes.
- magic_
stack - MagicStack — the game stack for spells and abilities.
- player_
zone - PlayerZone — a zone owned by a specific player.
- player_
zone_ battlefield - PlayerZoneBattlefield — battlefield zone with phasing filter and meld support.
- zone_
store - zone_
type - ZoneType — game zone types.