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

Method PaperCard

forge-core/src/main/java/forge/item/PaperCard.java:224–227  ·  view source on GitHub ↗
(final CardRules rules0, final String edition0, final CardRarity rarity0)

Source from the content-addressed store, hash-verified

222 }
223
224 public PaperCard(final CardRules rules0, final String edition0, final CardRarity rarity0) {
225 this(rules0, edition0, rarity0, IPaperCard.DEFAULT_ART_INDEX, false,
226 IPaperCard.NO_COLLECTOR_NUMBER, IPaperCard.NO_ARTIST_NAME, IPaperCard.NO_FUNCTIONAL_VARIANT);
227 }
228
229 public PaperCard(final PaperCard copyFrom, final PaperCardFlags flags) {
230 this(copyFrom.rules, copyFrom.edition, copyFrom.rarity, copyFrom.artIndex, copyFrom.foil, copyFrom.collectorNumber,

Callers

nothing calls this directly

Calls 7

toSortableNameMethod · 0.95
getTranslatedNameMethod · 0.95
getNameMethod · 0.65
isEmptyMethod · 0.65
maxMethod · 0.45
equalsMethod · 0.45

Tested by

no test coverage detected