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

Method setSteamPath

src/periphery/Config.java:208–213  ·  view source on GitHub ↗
(File path)

Source from the content-addressed store, hash-verified

206 }
207
208 public void setSteamPath(File path) {
209 if (path == null) {
210 return;
211 }
212 this.steamPath = path.toString();
213 }
214
215 public String getMinecraftPathString() {
216 return this.minecraftPath;

Callers 3

initSetupMethod · 0.80
getSteamPathMethod · 0.80
MainMethod · 0.80

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected