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 TypeMethodDescription@Nullable GuiNavigationPath
ControlsListWidget.CategoryEntry.getNavigationPath
(GuiNavigation navigation) -
Uses of GuiNavigationPath in net.minecraft.client.gui.widget
Methods in net.minecraft.client.gui.widget that return GuiNavigationPathModifier and TypeMethodDescription@Nullable GuiNavigationPath
AlwaysSelectedEntryListWidget.getNavigationPath
(GuiNavigation navigation) @Nullable GuiNavigationPath
ClickableWidget.getNavigationPath
(GuiNavigation navigation) @Nullable GuiNavigationPath
ElementListWidget.Entry.getNavigationPath
(GuiNavigation navigation) @Nullable GuiNavigationPath
ElementListWidget.Entry.getNavigationPath
(GuiNavigation navigation, int index) @Nullable GuiNavigationPath
ElementListWidget.getNavigationPath
(GuiNavigation navigation) @Nullable GuiNavigationPath
IconWidget.getNavigationPath
(GuiNavigation navigation) @Nullable GuiNavigationPath
PlayerSkinWidget.getNavigationPath
(GuiNavigation navigation) @Nullable GuiNavigationPath
TabNavigationWidget.getNavigationPath
(GuiNavigation navigation) @Nullable GuiNavigationPath
TextFieldWidget.getNavigationPath
(GuiNavigation navigation)