Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getCampaignList
Method
getCampaignList
code/src/java/pcgen/core/Globals.java:115–118 ·
view source on GitHub ↗
Get campaign list @return campaign list
()
Source
from the content-addressed store, hash-verified
113
* @
return
campaign list
114
*/
115
public
static
List<Campaign> getCampaignList()
116
{
117
return
List.copyOf(CAMPAIGN_MAP.values());
118
}
119
120
/**
121
* Get campaign by key
Callers
9
missingFilesTest
Method · 0.95
orphanFilesTest
Method · 0.95
getBasicSources
Method · 0.95
performAnalysis
Method · 0.95
getCampaignKeyedSilently
Method · 0.95
writeCustomSources
Method · 0.95
initCampaigns
Method · 0.95
getCampaignsForGameMode
Method · 0.95
initialize
Method · 0.95
Calls
1
values
Method · 0.45
Tested by
3
missingFilesTest
Method · 0.76
orphanFilesTest
Method · 0.76
getBasicSources
Method · 0.76