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

Method setMinecraftPath

src/gui/Gui.java:142–144  ·  view source on GitHub ↗
(File path)

Source from the content-addressed store, hash-verified

140 }
141
142 public void setMinecraftPath(File path) {
143 this.setupPanel.setMinecraftPath(path.toString());
144 }
145
146 public String getMincraftPath() {
147 return this.setupPanel.getMincraftPath();

Callers 3

initSetupMethod · 0.45
MainMethod · 0.45
getNewMinecraftPathMethod · 0.45

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected