Uses of Interface
net.minecraft.client.gui.navigation.GuiNavigation
Packages that use GuiNavigation
Package
Description
-
Uses of GuiNavigation in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type GuiNavigationModifier 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) default @Nullable GuiNavigationPath
Element.getNavigationPath
(GuiNavigation navigation) default @Nullable GuiNavigationPath
ParentElement.getNavigationPath
(GuiNavigation navigation) -
Uses of GuiNavigation in net.minecraft.client.gui.screen.option
Methods in net.minecraft.client.gui.screen.option with parameters of type GuiNavigationModifier and TypeMethodDescriptionControlsListWidget.CategoryEntry.getNavigationPath
(GuiNavigation navigation) -
Uses of GuiNavigation in net.minecraft.client.gui.widget
Methods in net.minecraft.client.gui.widget with parameters of type GuiNavigationModifier 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)