Adds a menu item for easily delete built .jar files
All checks were successful
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
All checks were successful
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
This commit is contained in:
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user