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

Method getMinceraftSavePath

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

Source from the content-addressed store, hash-verified

221 }
222
223 public File getMinceraftSavePath() {
224 return new File(this.minecraftPath + File.separator + Minecraft.SAVES_FOLDER);
225 }
226
227 public File getSteamPath() {
228 if (this.steamPath == null) {

Callers 2

getWorldPathMethod · 0.95
getPossibleWorldsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected