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 GuiNavigationPathParentElement.computeChildPath(FocusedRect focus, NavigationDirection direction, @Nullable Element focused, GuiNavigation navigation) private @Nullable GuiNavigationPathParentElement.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.ArrowScreen.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 EEntryListWidget.getNeighboringEntry(NavigationDirection direction) protected EEntryListWidget.getNeighboringEntry(NavigationDirection direction, Predicate<E> predicate) protected EEntryListWidget.getNeighboringEntry(NavigationDirection direction, Predicate<E> predicate, E selected)