Get the class list. @return classList
()
| 921 | * @return classList |
| 922 | */ |
| 923 | public List<PCClass> getClassList() |
| 924 | { |
| 925 | /* |
| 926 | * TODO This is a discussion we have to have about where items are sorted |
| 927 | */ |
| 928 | return new ArrayList<>(getClassSet()); |
| 929 | } |
| 930 | |
| 931 | /** |
| 932 | * Gets the Set of PCClass objects for this Character. |