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

Method removeCanBlockAny

forge-game/src/main/java/forge/game/card/Card.java:7906–7912  ·  view source on GitHub ↗
(long timestamp)

Source from the content-addressed store, hash-verified

7904 getView().updateBlockAdditional(this);
7905 }
7906 public boolean removeCanBlockAny(long timestamp) {
7907 boolean result = canBlockAny.remove(timestamp);
7908 if (result) {
7909 getView().updateBlockAdditional(this);
7910 }
7911 return result;
7912 }
7913 public boolean canBlockAny() {
7914 return !canBlockAny.isEmpty();
7915 }

Callers 2

removeMethod · 0.80
runMethod · 0.80

Calls 3

getViewMethod · 0.95
updateBlockAdditionalMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected