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

Method setCloneStates

forge-game/src/main/java/forge/game/card/Card.java:4350–4354  ·  view source on GitHub ↗
(Map<Long, CardCloneStates> val)

Source from the content-addressed store, hash-verified

4348 }
4349
4350 public final void setCloneStates(Map<Long, CardCloneStates> val) {
4351 clonedStates.clear();
4352 clonedStates.putAll(val);
4353 updateCloneState(true);
4354 }
4355
4356 private void updateCloneState(final boolean updateView) {
4357 if (isFaceDown()) {

Callers

nothing calls this directly

Calls 3

updateCloneStateMethod · 0.95
clearMethod · 0.45
putAllMethod · 0.45

Tested by

no test coverage detected