Uses of Enum Class
net.minecraft.client.gui.navigation.NavigationDirection
Package
Description
-
Uses of NavigationDirection in net.minecraft.client.gui
Modifier and TypeMethodDescriptionprivate @Nullable GuiNavigationPath
ParentElement.computeChildPath
(FocusedRect focus, NavigationDirection direction, @Nullable Element focused, GuiNavigation navigation) private @Nullable GuiNavigationPath
ParentElement.computeInitialChildPath
(FocusedRect focus, NavigationDirection direction, @Nullable Element focused, GuiNavigation navigation) -
Uses of NavigationDirection in net.minecraft.client.gui.screen
Modifier and TypeMethodDescriptionprivate GuiNavigation.Arrow
Screen.getArrowNavigation
(NavigationDirection direction) -
Uses of NavigationDirection in net.minecraft.client.gui.screen.report
Modifier and TypeMethodDescriptionChatSelectionScreen.SelectionListWidget.getNeighboringEntry
(NavigationDirection navigationDirection) -
Uses of NavigationDirection in net.minecraft.client.gui.widget
Modifier and TypeMethodDescriptionprotected E
EntryListWidget.getNeighboringEntry
(NavigationDirection direction) protected E
EntryListWidget.getNeighboringEntry
(NavigationDirection direction, Predicate<E> predicate) protected E
EntryListWidget.getNeighboringEntry
(NavigationDirection direction, Predicate<E> predicate, E selected)