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

Method Deck

forge-core/src/main/java/forge/deck/Deck.java:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 private transient UnplayableAICards unplayableAI = null;
64
65 public Deck() {
66 this("");
67 }
68
69 /**
70 * Instantiates a new deck.

Callers

nothing calls this directly

Calls 3

getOrCreateMethod · 0.95
getNameMethod · 0.65
cloneFieldsToMethod · 0.45

Tested by

no test coverage detected