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

Method getRules

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

Source from the content-addressed store, hash-verified

7309 }
7310
7311 public CardRules getRules() {
7312 return getPaperCard() == null ? null : getPaperCard().getRules();
7313 }
7314 public void updateRulesView() {
7315 currentState.getView().updateRulesText(getRules());
7316 }

Callers 14

getAlternateStateNameMethod · 0.95
isTransformableMethod · 0.95
isMeldableMethod · 0.95
isModalMethod · 0.95
isSplitCardMethod · 0.95
getAbilityTextMethod · 0.95
canSpecializeMethod · 0.95
updateRulesViewMethod · 0.95
getCardMethod · 0.95
resolveMethod · 0.95

Calls 2

getPaperCardMethod · 0.95
getRulesMethod · 0.65

Tested by

no test coverage detected