9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2026-01-04 15:41:45 +00:00

Merge remote-tracking branch 'origin/remapped' into remapped

This commit is contained in:
LoJoSho
2023-02-06 14:54:17 -06:00
3 changed files with 4 additions and 3 deletions

View File

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