Uses of Enum Class
net.minecraft.client.gui.navigation.NavigationDirection
Packages that use NavigationDirection
Package
Description
-
Uses of NavigationDirection in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type NavigationDirectionModifier 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
Methods in net.minecraft.client.gui.screen with parameters of type NavigationDirectionModifier and TypeMethodDescriptionprivate GuiNavigation.Arrow
Screen.getArrowNavigation
(NavigationDirection direction) -
Uses of NavigationDirection in net.minecraft.client.gui.screen.report
Methods in net.minecraft.client.gui.screen.report with parameters of type NavigationDirectionModifier and TypeMethodDescriptionChatSelectionScreen.SelectionListWidget.getNeighboringEntry
(NavigationDirection navigationDirection) -
Uses of NavigationDirection in net.minecraft.client.gui.widget
Methods in net.minecraft.client.gui.widget with parameters of type NavigationDirectionModifier 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)