MCPcopy 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

missingFilesTestMethod · 0.95
orphanFilesTestMethod · 0.95
getBasicSourcesMethod · 0.95
performAnalysisMethod · 0.95
writeCustomSourcesMethod · 0.95
initCampaignsMethod · 0.95
initializeMethod · 0.95

Calls 1

valuesMethod · 0.45

Tested by 3

missingFilesTestMethod · 0.76
orphanFilesTestMethod · 0.76
getBasicSourcesMethod · 0.76