MCPcopy 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

moveMergedToSubgameMethod · 0.95
resolveMethod · 0.95

Calls 15

getZoneTypeMethod · 0.95
getPlayerMethod · 0.95
onChangedMethod · 0.95
hasAppliedVariantMethod · 0.80
getZoneOfMethod · 0.80
setTurnInControllerMethod · 0.80
setTurnInZoneMethod · 0.80
getPhaseHandlerMethod · 0.80
descendMethod · 0.80
getCurrentStateNameMethod · 0.80
getCopiedPermanentMethod · 0.80
isEmptyMethod · 0.65

Tested by

no test coverage detected