MCPcopy Create free account
hub / github.com/PCGen/pcgen / getDefaultDataSetList

Method getDefaultDataSetList

code/src/java/pcgen/core/GameMode.java:946–949  ·  view source on GitHub ↗

Gets the list of default data sets. @return the default data set list

()

Source from the content-addressed store, hash-verified

944 * @return the default data set list
945 */
946 public List<String> getDefaultDataSetList()
947 {
948 return defaultDataSetList;
949 }
950
951 /**
952 * Answer the preferred display order.

Callers 3

getBasicSourcesMethod · 0.80
selectDefaultSourcesMethod · 0.80
initGameModesMethod · 0.80

Calls

no outgoing calls

Tested by 1

getBasicSourcesMethod · 0.64