Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getOrCreate
Method · 0.95
getName
Method · 0.65
cloneFieldsTo
Method · 0.45
Tested by
no test coverage detected