Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
initSetup
Method · 0.45
Main
Method · 0.45
getNewMinecraftPath
Method · 0.45
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected