getNavigationPath

open override fun getNavigationPath(navigation: GuiNavigation?): GuiNavigationPath?

Return a navigation path leading through this list and to an entry, as applicable. The default implementation will likely not function properly; see DynamicListWidget for an example implementation

Return

GuiNavigationPath, nullable. Return a navigation path through this widget to the entry that needs to be focused, or null if the navigation won't land on the widget.

Author

fzzyhmstrs

Since

0.6.0

Parameters

navigation

GuiNavigation, nullable. The navigation type and direction.