Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ getFileFolderFromPlace
Method
getFileFolderFromPlace
src/main/Converter.java:74–77 ·
view source on GitHub ↗
(Place place)
Source
from the content-addressed store, hash-verified
72
}
73
74
public
File getFileFolderFromPlace(Place place) {
75
File result =
new
File(Minecraft.getRegionFolder(place));
76
return
result;
77
}
78
}
Callers
1
getMinecraftMap
Method · 0.95
Calls
1
getRegionFolder
Method · 0.95
Tested by
no test coverage detected