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

Method updateRulesView

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

Source from the content-addressed store, hash-verified

7312 return getPaperCard() == null ? null : getPaperCard().getRules();
7313 }
7314 public void updateRulesView() {
7315 currentState.getView().updateRulesText(getRules());
7316 }
7317
7318 @Override
7319 public Game getGame() {

Callers 1

readCardMethod · 0.95

Calls 3

getRulesMethod · 0.95
updateRulesTextMethod · 0.80
getViewMethod · 0.65

Tested by

no test coverage detected