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

Method getSteamPath

src/periphery/Config.java:227–232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225 }
226
227 public File getSteamPath() {
228 if (this.steamPath == null) {
229 return null;
230 }
231 return new File(this.steamPath);
232 }
233
234 public static boolean verifyMinecraftDirectory(File path) {
235 File saves = new File(path + File.separator + Minecraft.SAVES_FOLDER);

Callers 3

getGamePathMethod · 0.45
getGameHammerPathMethod · 0.45
getMatriealPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected