Gets the directory that contains the world files @return worlds directory
()
| 80 | * @return worlds directory |
| 81 | */ |
| 82 | @Deprecated |
| 83 | public static String getWorldsDir(){ |
| 84 | return getUserDataDir() + "worlds" + File.separator; |
| 85 | } |
| 86 | |
| 87 | } |
no test coverage detected