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

Method Card

forge-game/src/main/java/forge/game/card/Card.java:390–392  ·  view source on GitHub ↗

Instantiates a new card not associated to any paper card. @param id0 the unique id of the new card.

(final int id0, final Game game0)

Source from the content-addressed store, hash-verified

388 * @param id0 the unique id of the new card.
389 */
390 public Card(final int id0, final Game game0) {
391 this(id0, null, game0);
392 }
393
394 /**
395 * Instantiates a new card with a given paper card.

Callers

nothing calls this directly

Calls 12

setMarkedColorsMethod · 0.95
setPaperFoilMethod · 0.95
updateChangedTypesMethod · 0.80
updateSicknessMethod · 0.80
updateClassLevelMethod · 0.80
updateDraftActionMethod · 0.80
getMarkedColorsMethod · 0.65
isFoilMethod · 0.65
getTrackerMethod · 0.45
getCurrentStateMethod · 0.45
putMethod · 0.45

Tested by

no test coverage detected