This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
forked from PojavLauncherTeam/PojavLauncher
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename ProfileConstants to ExtraConstants and move it to extra package
Add the 3rd constant
- Loading branch information
Showing
6 changed files
with
22 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 4 additions & 3 deletions
7
...ojavlaunch/profiles/ProfileConstants.java → ...kdt/pojavlaunch/extra/ExtraConstants.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
package net.kdt.pojavlaunch.profiles; | ||
package net.kdt.pojavlaunch.extra; | ||
|
||
public class ProfileConstants { | ||
public class ExtraConstants { | ||
/* ExtraCore constant: a HashMap for converting values such as latest-snapshot or latest-release to actual game version names */ | ||
public static final String RELEASE_TABLE = "release_table"; | ||
/* ExtraCore constant: an ArrayList of Strings, where each String is a Minecraft version name */ | ||
public static final String VERSION_LIST= "lac_version_list"; | ||
|
||
/* ExraCore constant: Serpent's back button tracking thing */ | ||
public static final String BACK_PREFERENCE = "back_preference"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters