MCPcopy Create free account
hub / github.com/Card-Forge/forge / hasKeyword

Method hasKeyword

forge-game/src/main/java/forge/game/card/Card.java:5006–5009  ·  view source on GitHub ↗
(Keyword keyword)

Source from the content-addressed store, hash-verified

5004 }
5005
5006 @Override
5007 public final boolean hasKeyword(Keyword keyword) {
5008 return hasKeyword(keyword, currentState);
5009 }
5010 public final boolean hasKeyword(Keyword key, CardState state) {
5011 return state.hasKeyword(key);
5012 }

Callers 15

dealDamageMethod · 0.95
assignAttackersDamageMethod · 0.95
adjustMethod · 0.95
onSpellResolveMethod · 0.95
payManaCostMethod · 0.95
hasPropertyMethod · 0.95
hasFirstStrikeMethod · 0.95
hasDoubleStrikeMethod · 0.95
hasSuspendMethod · 0.95
hasConvergeMethod · 0.95
hasSicknessMethod · 0.95
attachToEntityMethod · 0.95

Calls 5

visitKeywordsMethod · 0.95
getResultMethod · 0.95
startsWithMethod · 0.80
valuesMethod · 0.80
containsMethod · 0.65

Tested by 7

testManifestMethod · 0.76
testPlayerXCountMethod · 0.76
testHenzieMethod · 0.76