Sets the default experience table by name. @param xpTableName the new XP table name
(String xpTableName)
| 2024 | * @param xpTableName the new XP table name |
| 2025 | */ |
| 2026 | public void setDefaultXPTableName(String xpTableName) |
| 2027 | { |
| 2028 | defaultXPTableName = xpTableName; |
| 2029 | } |
| 2030 | |
| 2031 | /** |
| 2032 | * Gets a list of names of all defined XP tables. |