Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ add
Method
add
forge-game/src/main/java/forge/game/zone/Zone.java:88–90 ·
view source on GitHub ↗
(final Card c)
Source
from the content-addressed store, hash-verified
86
}
87
88
public
final
void
add(
final
Card c) {
89
add(c, null);
90
}
91
public
final
void
add(
final
Card c,
final
Integer index) {
92
add(c, index, null);
93
}
Callers
2
moveMergedToSubgame
Method · 0.95
resolve
Method · 0.95
Calls
15
getZoneType
Method · 0.95
getPlayer
Method · 0.95
onChanged
Method · 0.95
hasAppliedVariant
Method · 0.80
getZoneOf
Method · 0.80
setTurnInController
Method · 0.80
setTurnInZone
Method · 0.80
getPhaseHandler
Method · 0.80
descend
Method · 0.80
getCurrentStateName
Method · 0.80
getCopiedPermanent
Method · 0.80
isEmpty
Method · 0.65
Tested by
no test coverage detected