Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ getMinecraftPathString
Method
getMinecraftPathString
src/periphery/Config.java:215–217 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
213
}
214
215
public
String getMinecraftPathString() {
216
return
this.minecraftPath;
217
}
218
219
public
File getMinecraftPath() {
220
return
new
File(this.minecraftPath);
Callers
2
getMinecraftPath
Method · 0.80
getNewMinecraftPath
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected