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

Method addXPTableName

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

Add a name for an XP tables. @param xpTableName the new XP table name

(String xpTableName)

Source from the content-addressed store, hash-verified

2044 * @param xpTableName the new XP table name
2045 */
2046 public void addXPTableName(String xpTableName)
2047 {
2048 xpTableNames.add(xpTableName);
2049 }
2050
2051 /**
2052 * Gets the name of the currently selected default character type.

Callers 5

setUpMethod · 0.95
setUpMethod · 0.95
setUpMethod · 0.95
setUpMethod · 0.95
parseLineMethod · 0.80

Calls 1

addMethod · 0.65

Tested by 4

setUpMethod · 0.76
setUpMethod · 0.76
setUpMethod · 0.76
setUpMethod · 0.76