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

Method getWorldPath

src/periphery/Config.java:242–244  ·  view source on GitHub ↗
(World world)

Source from the content-addressed store, hash-verified

240 }
241
242 public File getWorldPath(World world) {
243 return new File(this.getMinceraftSavePath() + File.separator + world.toString());
244 }
245
246 public void setConvertOption(String convertOption) {
247 this.convertOption = convertOption;

Callers 3

WorldMethod · 0.80
getIconMethod · 0.80
getPlayerCoordinatesMethod · 0.80

Calls 2

getMinceraftSavePathMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected