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

Method getStats

code/src/java/pcgen/core/Kit.java:63–66  ·  view source on GitHub ↗

Returns the list of base stats that are set by the kit. @return List the List of stats to be set by the kit. The stats are wrapped in a KitStat object.

()

Source from the content-addressed store, hash-verified

61 * wrapped in a KitStat object.
62 */
63 public List<KitStat> getStats()
64 {
65 return getSafeListFor(ListKey.STAT_LIST);
66 }
67
68 /**
69 * Set the Select value

Callers 2

processKitMethod · 0.95
testApplyKitMethod · 0.95

Calls 1

getSafeListForMethod · 0.65

Tested by

no test coverage detected