()
| 255 | } |
| 256 | |
| 257 | @Override |
| 258 | public int getAvatarCount() { |
| 259 | if (FSkin.isLoaded()) { |
| 260 | return FSkin.getAvatars().size(); |
| 261 | } |
| 262 | return 0; |
| 263 | } |
| 264 | |
| 265 | @Override |
| 266 | public int getSleevesCount() { |
nothing calls this directly
no test coverage detected