-
-
Notifications
You must be signed in to change notification settings - Fork 436
Using an IDE
sk89q edited this page Feb 20, 2015
·
1 revision
To open the launcher in an IDE, you need to install a plugin for Project Lombok.
Project Lombok is used to generate code automatically. For example:
public class Example {
@Getter
private int age;
}
Generates:
public class Example {
private int age;
public int getAge() {
return age;
}
}
Since it's automatic, you need the plugin.
The plugin can be installed by browsing the plugin repository from IntelliJ IDEA's settings.
In addition, you need to enable annotation processors in the settings:
Need help? See Getting Help.
Tutorial
Launcher Features:
- Fancy Launcher
- Portable Mode
- Hidden Modpacks
- Deploying Server Modpacks
- Launcher Arguments
- Custom JAR (.jar mods)
- Custom Version Manifest
Customization:
- Localization
- News Page Guide
- Custom Microsoft OAuth application
- Using an IDE (Eclipse, IntelliJ)
Additional Reading:
Find the launcher useful?
Donate to obw, the current maintainer:
Donate to sk89q, the original maintainer: