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

Method getBonusFeatLevels

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

Levels at which all characters get bonus feats. @return List

()

Source from the content-addressed store, hash-verified

889 * @return List
890 */
891 List<String> getBonusFeatLevels()
892 {
893 return bonusFeatLevels;
894 }
895
896 /**
897 * Levels at which all characters get bonus to stats.

Callers 1

getBonusFeatStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected