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

Method addCard

forge-gui-desktop/src/test/java/forge/ai/AITest.java:152–154  ·  view source on GitHub ↗
(String name, Player p)

Source from the content-addressed store, hash-verified

150 }
151
152 protected Card addCard(String name, Player p) {
153 return addCardToZone(name, p, ZoneType.Battlefield);
154 }
155
156 protected List<Card> addCards(String name, int count, Player p) {
157 List<Card> cards = Lists.newArrayList();

Calls 1

addCardToZoneMethod · 0.95

Tested by

no test coverage detected