Package dev.aurelium.auraskills.api.menu
Interface MenuManager
public interface MenuManager
-
Method Summary
-
Method Details
-
buildMenu
Provides access to aMenuBuilderfor building a Slate menu. If the name is not an AuraSkills default menu, a new MenuBuilder is created and registered to Slate. Otherwise, the menu builder for an existing menu will be provided to extend an existing menu.- Parameters:
name- the name of the menumenu- a consumer for the menu builder
-