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

Method hasStartOfKeyword

forge-game/src/main/java/forge/game/card/Card.java:5298–5300  ·  view source on GitHub ↗
(final String keyword)

Source from the content-addressed store, hash-verified

5296 }
5297
5298 public final boolean hasStartOfKeyword(final String keyword) {
5299 return hasStartOfKeyword(keyword, currentState);
5300 }
5301 public final boolean hasStartOfKeyword(String keyword, CardState state) {
5302 for (String s : this.getHiddenExtrinsicKeywords()) {
5303 if (s.startsWith(keyword)) {

Callers 2

checkApiLogicMethod · 0.95
attackerLureSatisfiedMethod · 0.45

Calls 4

visitKeywordsMethod · 0.95
getResultMethod · 0.95
startsWithMethod · 0.80

Tested by

no test coverage detected