Uses of Interface
net.minecraft.client.gui.navigation.GuiNavigationPath
Packages that use GuiNavigationPath
Package
Description
-
Uses of GuiNavigationPath in net.minecraft.client.gui
Methods in net.minecraft.client.gui that return GuiNavigationPathModifier 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
Methods in net.minecraft.client.gui.screen with parameters of type GuiNavigationPathModifier 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
Methods in net.minecraft.client.gui.screen.option that return GuiNavigationPathModifier and TypeMethodDescriptionControlsListWidget.CategoryEntry.getNavigationPath
(GuiNavigation navigation) -
Uses of GuiNavigationPath in net.minecraft.client.gui.widget
Methods in net.minecraft.client.gui.widget that return GuiNavigationPathModifier 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) PlayerSkinWidget.getNavigationPath
(GuiNavigation navigation) TabNavigationWidget.getNavigationPath
(GuiNavigation navigation) -
Uses of GuiNavigationPath in net.minecraft.client.realms.gui
Methods in net.minecraft.client.realms.gui that return GuiNavigationPathModifier and TypeMethodDescriptionRealmsLoadingWidget.getNavigationPath
(GuiNavigation navigation)