Uses of Interface
net.minecraft.client.gui.navigation.GuiNavigationPath
Package
Description
-
Uses of GuiNavigationPath in net.minecraft.client.gui
Modifier and TypeMethodDescriptionprivate @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) private @Nullable GuiNavigationPath
ParentElement.computeNavigationPath
(GuiNavigation.Arrow navigation) private @Nullable GuiNavigationPath
ParentElement.computeNavigationPath
(GuiNavigation.Tab navigation) default @Nullable GuiNavigationPath
Element.getFocusedPath()
default @Nullable GuiNavigationPath
ParentElement.getFocusedPath()
default @Nullable GuiNavigationPath
Element.getNavigationPath
(GuiNavigation navigation) default @Nullable GuiNavigationPath
ParentElement.getNavigationPath
(GuiNavigation navigation) -
Uses of GuiNavigationPath in net.minecraft.client.gui.screen
Modifier and TypeMethodDescriptionprotected void
Screen.switchFocus
(GuiNavigationPath path) Switches focus from the currently focused element, if any, topath
. -
Uses of GuiNavigationPath in net.minecraft.client.gui.screen.option
Modifier and TypeMethodDescriptionControlsListWidget.CategoryEntry.getNavigationPath
(GuiNavigation navigation) -
Uses of GuiNavigationPath in net.minecraft.client.gui.widget
Modifier and TypeMethodDescriptionAlwaysSelectedEntryListWidget.getNavigationPath
(GuiNavigation navigation) ClickableWidget.getNavigationPath
(GuiNavigation navigation) ContainerWidget.getNavigationPath
(GuiNavigation navigation) ElementListWidget.Entry.getNavigationPath
(GuiNavigation navigation) ElementListWidget.Entry.getNavigationPath
(GuiNavigation navigation, int index) ElementListWidget.getNavigationPath
(GuiNavigation navigation) IconWidget.getNavigationPath
(GuiNavigation navigation) LoadingWidget.getNavigationPath
(GuiNavigation navigation) PlayerSkinWidget.getNavigationPath
(GuiNavigation navigation) TabNavigationWidget.getNavigationPath
(GuiNavigation navigation)