Uses of Enum Class
net.minecraft.client.gui.navigation.NavigationDirection
Package
Description
-
Uses of NavigationDirection in net.minecraft.client.gui
Modifier and TypeMethodDescriptionScreenPos.add
(NavigationDirection direction) ScreenRect.add
(NavigationDirection direction) Returns a new rect of the same dimensions with the position incremented.private @Nullable GuiNavigationPath
ParentElement.computeChildPath
(ScreenRect focus, NavigationDirection direction, @Nullable Element focused, GuiNavigation navigation) private @Nullable GuiNavigationPath
ParentElement.computeInitialChildPath
(ScreenRect focus, NavigationDirection direction, @Nullable Element focused, GuiNavigation navigation) ScreenRect.getBorder
(NavigationDirection direction) Returns a rect representing the border of this rect in the givendirection
.int
ScreenRect.getBoundingCoordinate
(NavigationDirection direction) Returns the coordinate of the bounding box in the givendirection
. -
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)