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

Method getDefaultSkinFile

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

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

(String filename)

Source from the content-addressed store, hash-verified

572 * Gets a FileHandle for a file within the directory where the default skin files should be stored
573 */
574 public static FileHandle getDefaultSkinFile(String filename) {
575 return Gdx.files.absolute(ForgeConstants.DEFAULT_SKINS_DIR + filename);
576 }
577
578 /**
579 * Gets a FileHandle for a file within the planechase cache directory

Callers 12

loadMethod · 0.95
getLogoMethod · 0.95
loadLightMethod · 0.95
loadFullMethod · 0.95
loadMethod · 0.95
getHolofoilMethod · 0.80
ClosingScreenClass · 0.80
AvatarAnimationClass · 0.80
drawAbilityIconsMethod · 0.80
drawAlphaLinesMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected