Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getShortString
Method · 0.95
canPlaySa
Method · 0.95
checkApiLogic
Method · 0.95
add
Method · 0.80
payCostDuringAbilityResolve
Method · 0.80
act
Method · 0.80
isMoving
Method · 0.80
update
Method · 0.80
applySteering
Method · 0.80
positionChevron
Method · 0.80
payCombatCost
Method · 0.80
castPermanentInMain1
Method · 0.80
Calls
1
isPureGeneric
Method · 0.95
Tested by
no test coverage detected