9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-31 04:46:42 +00:00

getDefaultMenu method

This commit is contained in:
Boy
2023-02-06 14:17:18 +01:00
parent 5ecfb08412
commit fef5769e31

View File

@@ -39,6 +39,8 @@ public class Menus {
return MENUS.containsValue(menu);
}
public static Menu getDefaultMenu() { return MENUS.get(Settings.getDefaultMenu()); }
public static List<String> getMenuNames() {
List<String> names = new ArrayList<>();