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

Method updatePTforView

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

Source from the content-addressed store, hash-verified

448 }
449
450 public void updatePTforView() {
451 getView().updateLethalDamage(this);
452 currentState.getView().updatePower(this);
453 currentState.getView().updateToughness(this);
454 }
455
456 public final void updateTypesForView() {
457 currentState.updateTypesForView();

Callers 8

addNewPTMethod · 0.95
removeNewPTMethod · 0.95
applyPumpMethod · 0.95
applyPumpAllMethod · 0.80
runMethod · 0.80
runMethod · 0.80
doAnimateMethod · 0.80
runMethod · 0.80

Calls 5

getViewMethod · 0.95
updateLethalDamageMethod · 0.80
updatePowerMethod · 0.80
updateToughnessMethod · 0.80
getViewMethod · 0.65

Tested by

no test coverage detected