(PlayerCharacter pc, Object[] params)
| 136 | } |
| 137 | |
| 138 | @Override |
| 139 | public Double count(PlayerCharacter pc, Object[] params) throws ParseException |
| 140 | { |
| 141 | final Object[] par = params.length > 0 ? params : new String[]{"EXPORT=YES"}; |
| 142 | return super.count(pc, par); |
| 143 | } |
| 144 | |
| 145 | @Override |
| 146 | protected Set<ChronicleEntry> filterSetP(final String c, Collection<ChronicleEntry> coll) throws ParseException |
no test coverage detected