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

Method addCanBlockAny

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

Source from the content-addressed store, hash-verified

7900 }
7901
7902 public void addCanBlockAny(long timestamp) {
7903 canBlockAny.add(timestamp);
7904 getView().updateBlockAdditional(this);
7905 }
7906 public boolean removeCanBlockAny(long timestamp) {
7907 boolean result = canBlockAny.remove(timestamp);
7908 if (result) {

Callers 2

applyPumpMethod · 0.95

Calls 3

getViewMethod · 0.95
updateBlockAdditionalMethod · 0.80
addMethod · 0.65

Tested by

no test coverage detected