()
| 5854 | } |
| 5855 | |
| 5856 | public final boolean hasNoName() { |
| 5857 | return !hasNonLegendaryCreatureNames() && getName().isEmpty(); |
| 5858 | } |
| 5859 | |
| 5860 | public final boolean sharesNameWith(final Card c1) { |
| 5861 | // in a corner case where c1 is null, there is no name to share with. |
no test coverage detected