()
| 225 | } |
| 226 | |
| 227 | public File getSteamPath() { |
| 228 | if (this.steamPath == null) { |
| 229 | return null; |
| 230 | } |
| 231 | return new File(this.steamPath); |
| 232 | } |
| 233 | |
| 234 | public static boolean verifyMinecraftDirectory(File path) { |
| 235 | File saves = new File(path + File.separator + Minecraft.SAVES_FOLDER); |
no outgoing calls
no test coverage detected