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

Method getSkinFile

forge-gui-mobile/src/forge/assets/FSkin.java:567–569  ·  view source on GitHub ↗

Gets a FileHandle for a file within the directory where skin files should be stored

(String filename)

Source from the content-addressed store, hash-verified

565 * Gets a FileHandle for a file within the directory where skin files should be stored
566 */
567 public static FileHandle getSkinFile(String filename) {
568 return preferredDir.child(filename);
569 }
570
571 /**
572 * Gets a FileHandle for a file within the directory where the default skin files should be stored

Callers 7

loadMethod · 0.95
updateFontMethod · 0.95
getLogoMethod · 0.95
loadLightMethod · 0.95
loadFullMethod · 0.95
loadMethod · 0.95
ClosingScreenClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected