mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-31 12:56:39 +00:00
getDefaultMenu method
This commit is contained in:
@@ -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<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user