()
| 984 | } |
| 985 | |
| 986 | public final boolean hasNameOverwrite() { |
| 987 | return changedCardNames.values().stream().anyMatch(CardChangedName::isOverwrite); |
| 988 | } |
| 989 | |
| 990 | public final boolean hasNonLegendaryCreatureNames() { |
| 991 | boolean result = false; |
no test coverage detected