MCPcopy 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

getMinecraftMapMethod · 0.95

Calls 1

getRegionFolderMethod · 0.95

Tested by

no test coverage detected