getPattern

abstract fun getPattern(whoOpen: Player? = null): List<String>?

Row strings (9 chars each) mapping characters to items via getSymbolsToItems; null for empty.

Parameters

whoOpen

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