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

Method isZero

forge-core/src/main/java/forge/card/mana/ManaCost.java:233–235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

231 }
232
233 public boolean isZero() {
234 return genericCost == 0 && isPureGeneric();
235 }
236
237 /*
238 * (non-Javadoc)

Callers 12

getShortStringMethod · 0.95
canPlaySaMethod · 0.95
checkApiLogicMethod · 0.95
addMethod · 0.80
actMethod · 0.80
isMovingMethod · 0.80
updateMethod · 0.80
applySteeringMethod · 0.80
positionChevronMethod · 0.80
payCombatCostMethod · 0.80
castPermanentInMain1Method · 0.80

Calls 1

isPureGenericMethod · 0.95

Tested by

no test coverage detected