Returns the type-safe Map for this SpellBookFacet and the given CharID. May return null if no information has been set in this SpellBookFacet for the given CharID. Note that this method SHOULD NOT be public. The Map is owned by SpellBookFacet, and since it can be modified, a reference to that objec
(CharID id)
| 175 | * AbstractSourcedListFacet for the Player Character. |
| 176 | */ |
| 177 | private Map<String, SpellBook> getCachedMap(CharID id) |
| 178 | { |
| 179 | return (Map<String, SpellBook>) getCache(id); |
| 180 | } |
| 181 | |
| 182 | /** |
| 183 | * Returns a type-safe Map for this SpellBookFacet and the given CharID. |
no test coverage detected