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

Method setMinecraftPath

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

Source from the content-addressed store, hash-verified

202 }
203
204 public void setMinecraftPath(File path) {
205 this.minecraftPath = path.toString();
206 }
207
208 public void setSteamPath(File path) {
209 if (path == null) {

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected