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

Method getView

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

Source from the content-addressed store, hash-verified

7586 }
7587
7588 @Override
7589 public CardView getView() {
7590 return view;
7591 }
7592
7593 // Counts number of instances of a given keyword.
7594 private static final class CountKeywordVisitor implements Visitor<KeywordInterface> {

Callers 15

updatePTforViewMethod · 0.95
updateMayLookMethod · 0.95
updateMayPlayMethod · 0.95
updateKeywordsMethod · 0.95
addCantHaveKeywordMethod · 0.95
removeCantHaveKeywordMethod · 0.95
updateChangedTextMethod · 0.95
toStringMethod · 0.95
addCanBlockAdditionalMethod · 0.95
addCanBlockAnyMethod · 0.95
removeCanBlockAnyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected