Uses of Class
studio.magemonkey.codex.mccore.gui.MapMenu
Packages that use MapMenu
-
Uses of MapMenu in studio.magemonkey.codex.mccore.gui
Methods in studio.magemonkey.codex.mccore.gui that return MapMenuModifier and TypeMethodDescriptionMapData.getMenu(org.bukkit.entity.Player player) Retrieves the current menu being seen by a specific playerfinal MapMenuMapMenu.getParent()Retrieves the parent menu for this menu.Methods in studio.magemonkey.codex.mccore.gui with parameters of type MapMenuModifier and TypeMethodDescriptionvoidSends a player to the next menu in the hierarchy if they are currently at the parent menu.static voidMapMenuManager.registerMenu(String key, MapMenu root) Creates a new menu view using the given menu as the root.static voidSends a player forward one level to the given menu.final voidSets the parent of the menu which will be the menu that is returned to when the back button is hit.Constructors in studio.magemonkey.codex.mccore.gui with parameters of type MapMenu