Adds a menu item for easily delete built .jar files
All checks were successful
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good

This commit is contained in:
2021-08-03 11:06:02 +02:00
parent 429b1fcec0
commit 6ca49d2ccd
3 changed files with 47 additions and 1 deletions

View File

@ -236,6 +236,15 @@ public class ServerLauncherController {
this.currentProfile = getProfileByName(profileName);
}
/**
* Gets the directory containing .jar files
*
* @return <p>The directory containing .jar files</p>
*/
public String getJarDirectory() {
return this.jarDirectory;
}
/**
* Saves the state of the entire application to disk
*/