Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getDecks
Method
getDecks
forge-gui/src/main/java/forge/model/FModel.java:405–407 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
403
}
404
405
public
static
CardCollections getDecks() {
406
return
decks.get();
407
}
408
409
public
static
IStorage<ConquestPlane> getPlanes() {
410
return
planes.get();
Callers
15
save
Method · 0.95
finishSave
Method · 0.95
startMatch
Method · 0.95
startMatch
Method · 0.95
updateStartingPoolOptions
Method · 0.95
editSelectedDeck
Method · 0.95
FDeckEditor
Class · 0.95
getBooster
Method · 0.95
loadCustomDrafts
Method · 0.95
launch
Method · 0.95
generateSealedDeck
Method · 0.95
SealedCardPoolGenerator
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected