()
| 4990 | |
| 4991 | // keywords are like flying, fear, first strike, etc... |
| 4992 | public final List<KeywordInterface> getKeywords() { |
| 4993 | return getKeywords(currentState); |
| 4994 | } |
| 4995 | public final List<KeywordInterface> getKeywords(CardState state) { |
| 4996 | ListKeywordVisitor visitor = new ListKeywordVisitor(); |
| 4997 | visitKeywords(state, visitor); |