MCPcopy Create free account
hub / github.com/Garten/sourcecraft / updateTextures

Method updateTextures

src/main/Steam.java:115–119  ·  view source on GitHub ↗
(TexturePack pack, SourceGame game)

Source from the content-addressed store, hash-verified

113 }
114
115 public static void updateTextures(TexturePack pack, SourceGame game) {
116 File srcFolder = pack.getFolder();
117 File materiaPath = game.getMatriealPath(pack);
118 TextureFolderMover.copyFolder(srcFolder, materiaPath);
119 }
120}

Callers

nothing calls this directly

Calls 3

copyFolderMethod · 0.95
getFolderMethod · 0.80
getMatriealPathMethod · 0.80

Tested by

no test coverage detected