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

Method getName

forge-core/src/main/java/forge/item/PreconDeck.java:43–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 // private final SellRules recommendedDeals;
42
43 @Override
44 public String getName() {
45 return this.deck.getName();
46 }
47
48 @Override
49 public String getItemType() {

Callers 3

applyMethod · 0.95
buyMethod · 0.95

Calls 1

getNameMethod · 0.65

Tested by

no test coverage detected