Returns the type-safe SizeFacetInfo for this SizeFacet and the given CharID. Will return a null if no Size information has been set for the given CharID. Note that this method SHOULD NOT be public. The SizeFacetInfo object is owned by SizeFacet, and since it can be modified, a reference to that obj
(CharID id)
| 288 | * given CharID. |
| 289 | */ |
| 290 | private SizeFacetInfo getInfo(CharID id) |
| 291 | { |
| 292 | return (SizeFacetInfo) getCache(id); |
| 293 | } |
| 294 | |
| 295 | /** |
| 296 | * SizeFacetInfo is the data structure used by SizeFacet to store a Player |
no test coverage detected