pub fn can_replace(
effect: &ReplacementEffect,
event: &ReplacementEvent,
game: &GameState,
source_card: &Card,
) -> boolExpand description
Mirrors Java ReplaceExplore.canReplace().
Java checks ValidExplorer using the same pattern as ValidCard.