TODO: Write javadoc for this method. @return
()
| 364 | * @return |
| 365 | */ |
| 366 | public int countX() { |
| 367 | return getShardCount(ManaCostShard.X); |
| 368 | } |
| 369 | |
| 370 | /** |
| 371 | * Can this mana cost be paid with unlimited mana of given color set. |
no test coverage detected