MCPcopy Create free account
hub / github.com/Neop/mudmap2 / getWorldsDir

Method getWorldsDir

src/main/java/mudmap2/Environment.java:82–85  ·  view source on GitHub ↗

Gets the directory that contains the world files @return worlds directory

()

Source from the content-addressed store, hash-verified

80 * @return worlds directory
81 */
82 @Deprecated
83 public static String getWorldsDir(){
84 return getUserDataDir() + "worlds" + File.separator;
85 }
86
87}

Callers 1

Calls 1

getUserDataDirMethod · 0.95

Tested by

no test coverage detected