()
| 989 | } |
| 990 | |
| 991 | public void clear() { |
| 992 | if (stack.isEmpty()) { return; } |
| 993 | stack.clear(); |
| 994 | game.updateStackForView(); |
| 995 | game.fireEvent(new GameEventSpellRemovedFromStack(null)); |
| 996 | } |
| 997 | |
| 998 | @Override |
| 999 | public String toString() { |
no test coverage detected