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

Method updateKeywords

forge-game/src/main/java/forge/game/card/Card.java:5035–5039  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5033 }
5034
5035 public final void updateKeywords() {
5036 getCurrentState().getView().updateKeywords(this, getCurrentState());
5037 // for Zilortha
5038 getView().updateLethalDamage(this);
5039 }
5040
5041 public final void addChangedCardKeywords(final List<String> keywords, final List<String> removeKeywords,
5042 final boolean removeAllKeywords, final long timestamp, final StaticAbility st) {

Callers 15

setStateMethod · 0.95
addCounterInternalMethod · 0.95
subtractCounterMethod · 0.95
setCountersMethod · 0.95
clearCountersMethod · 0.95
addIntrinsicKeywordMethod · 0.95

Calls 4

getCurrentStateMethod · 0.95
getViewMethod · 0.95
updateLethalDamageMethod · 0.80
getViewMethod · 0.65

Tested by

no test coverage detected