Expand description
Replacement effect event types.
Mirrors Java ReplacementType.java in forge/game/replacement/.
Each variant corresponds to an Event$ <Value> entry in card scripts.
Enums§
- Replacement
Type - The type of game event a replacement effect intercepts. Mirrors Java
ReplacementTypeenum.EnumStringderives a case-insensitiveFromStrthat maps"<VariantName>"(any case) to the variant.#[strum(default)]onOthermakes unknown values fall through instead of erroring.