MCPcopy Create free account
hub / github.com/Card-Forge/forge / countX

Method countX

forge-core/src/main/java/forge/card/mana/ManaCost.java:366–368  ·  view source on GitHub ↗

TODO: Write javadoc for this method. @return

()

Source from the content-addressed store, hash-verified

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.

Callers 15

getGlyphCountMethod · 0.95
considerMethod · 0.95
chooseBestLandToPlayMethod · 0.95
canPlaySaMethod · 0.95
doManaRitualLogicMethod · 0.95
checkApiLogicMethod · 0.95
checkApiLogicMethod · 0.95
performTestMethod · 0.80
getAmountOfXMethod · 0.80
announceValuesLikeXMethod · 0.80
getCMCMethod · 0.80
cardHasPropertyMethod · 0.80

Calls 1

getShardCountMethod · 0.95

Tested by

no test coverage detected