pub fn can_replace(
effect: &ReplacementEffect,
event: &ReplacementEvent,
_game: &GameState,
source_card: &Card,
) -> boolExpand description
Mirrors Java ReplacePlanarDiceResult.canReplace().
Java checks ValidRoll; we check ValidPlayer as the primary filter.