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

Method getPath

forge-core/src/main/java/forge/card/CardRules.java:227–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225 public String getNormalizedName() { return normalizedName; }
226
227 public String getPath() { return path; }
228 public void setPath(String path) { this.path = path; }
229
230 public CardAiHints getAiHints() {

Callers 13

initializeMethod · 0.95
loadCardMethod · 0.45
pathCombineMethod · 0.45
alertInvalidLineMethod · 0.45
getFullPathMethod · 0.45
readItemMethod · 0.45
getFullPathMethod · 0.45
alertInvalidLineMethod · 0.45
StorageNestedFoldersMethod · 0.45
getFullPathMethod · 0.45
readAllMethod · 0.45
getFullPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected