getSymbolsToItems

abstract fun getSymbolsToItems(whoOpen: Player? = null): Map<Char, EffectiveMenu.SlotData>

Maps each pattern character to its SlotData (item + click handlers).

Parameters

whoOpen

the player the menu is being built for, or null for the default layout — use it for per-viewer items, or ignore it for static menus