(final PlayerCharacter pc)
| 130 | public static final JepCountType CAMPAIGNHISTORY = new JepCountFilterable<ChronicleEntry>() |
| 131 | { |
| 132 | @Override |
| 133 | protected Collection<ChronicleEntry> getData(final PlayerCharacter pc) |
| 134 | { |
| 135 | return pc.getDisplay().getChronicleEntries(); |
| 136 | } |
| 137 | |
| 138 | @Override |
| 139 | public Double count(PlayerCharacter pc, Object[] params) throws ParseException |
nothing calls this directly
no test coverage detected