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

Method hasKeyword

forge-game/src/main/java/forge/game/player/Player.java:1023–1026  ·  view source on GitHub ↗
(final String keyword)

Source from the content-addressed store, hash-verified

1021 }
1022
1023 @Override
1024 public final boolean hasKeyword(final String keyword) {
1025 return keywords.contains(keyword);
1026 }
1027 @Override
1028 public final boolean hasKeyword(final Keyword keyword) {
1029 return keywords.contains(keyword);

Callers 9

getAffectedCardsMethod · 0.95
doDrawMethod · 0.95
canSearchLibraryWithMethod · 0.95
canPlayMethod · 0.95
resolveMethod · 0.95
optionalUntapMethod · 0.45
doPhasingMethod · 0.45

Calls 1

containsMethod · 0.65

Tested by

no test coverage detected