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

Method getCachePlanechaseFile

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

Gets a FileHandle for a file within the planechase cache directory

(String filename)

Source from the content-addressed store, hash-verified

579 * Gets a FileHandle for a file within the planechase cache directory
580 */
581 public static FileHandle getCachePlanechaseFile(String filename) {
582 return Gdx.files.absolute(ForgeConstants.CACHE_PLANECHASE_PICS_DIR + filename);
583 }
584
585 public static FileHandle getSkinDir() {
586 return preferredDir;

Callers 1

loadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected