(File path)
| 206 | } |
| 207 | |
| 208 | public void setSteamPath(File path) { |
| 209 | if (path == null) { |
| 210 | return; |
| 211 | } |
| 212 | this.steamPath = path.toString(); |
| 213 | } |
| 214 | |
| 215 | public String getMinecraftPathString() { |
| 216 | return this.minecraftPath; |
no test coverage detected