()
| 1158 | } |
| 1159 | |
| 1160 | public void clearCaches() { |
| 1161 | lastStateBattlefield.clear(); |
| 1162 | lastStateGraveyard.clear(); |
| 1163 | //playerCache.clear(); |
| 1164 | } |
| 1165 | |
| 1166 | // Does the player control any cards that care about the order of cards in the graveyard? |
| 1167 | public boolean isGraveyardOrdered(final Player p) { |