Gets the Set of PCClass objects for this Character. @return a set of PCClass objects
()
| 934 | * @return a set of PCClass objects |
| 935 | */ |
| 936 | public Set<PCClass> getClassSet() |
| 937 | { |
| 938 | return classFacet.getSet(id); |
| 939 | } |
| 940 | |
| 941 | /** |
| 942 | * Set the cost pool, which is the number of points the character has spent. |