Returns the ClassInfo for this ClassFacet and the given CharID. May return null if no information has been set in this ClassFacet for the given CharID. Note that this method SHOULD NOT be public. The ClassInfo is owned by ClassFacet, and since it can be modified, a reference to that object should n
(CharID id)
| 354 | * for the Player Character. |
| 355 | */ |
| 356 | private ClassInfo getClassInfo(CharID id) |
| 357 | { |
| 358 | return (ClassInfo) getCache(id); |
| 359 | } |
| 360 | |
| 361 | /** |
| 362 | * Returns a ClassInfo for this ClassFacet and the given CharID. Will return |
no test coverage detected