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 GuiNavigationPathParentElement.computeChildPath(ScreenRect focus, NavigationDirection direction, @Nullable Element focused, GuiNavigation navigation) private @Nullable GuiNavigationPathParentElement.computeInitialChildPath(ScreenRect focus, NavigationDirection direction, @Nullable Element focused, GuiNavigation navigation) private @Nullable GuiNavigationPathParentElement.computeNavigationPath(GuiNavigation.Arrow navigation) private @Nullable GuiNavigationPathParentElement.computeNavigationPath(GuiNavigation.Tab navigation) default @Nullable GuiNavigationPathElement.getFocusedPath()default @Nullable GuiNavigationPathParentElement.getFocusedPath()default @Nullable GuiNavigationPathElement.getNavigationPath(GuiNavigation navigation) default @Nullable GuiNavigationPathParentElement.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 voidScreen.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 GuiNavigationPathControlsListWidget.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 GuiNavigationPathAlwaysSelectedEntryListWidget.getNavigationPath(GuiNavigation navigation) @Nullable GuiNavigationPathClickableWidget.getNavigationPath(GuiNavigation navigation) @Nullable GuiNavigationPathContainerWidget.getNavigationPath(GuiNavigation navigation) @Nullable GuiNavigationPathElementListWidget.Entry.getNavigationPath(GuiNavigation navigation) @Nullable GuiNavigationPathElementListWidget.Entry.getNavigationPath(GuiNavigation navigation, int index) @Nullable GuiNavigationPathElementListWidget.getNavigationPath(GuiNavigation navigation) @Nullable GuiNavigationPathIconWidget.getNavigationPath(GuiNavigation navigation) @Nullable GuiNavigationPathPlayerSkinWidget.getNavigationPath(GuiNavigation navigation) @Nullable GuiNavigationPathTabNavigationWidget.getNavigationPath(GuiNavigation navigation) -
Uses of GuiNavigationPath in net.minecraft.client.realms.gui
Methods in net.minecraft.client.realms.gui that return GuiNavigationPathModifier and TypeMethodDescription@Nullable GuiNavigationPathRealmsLoadingWidget.getNavigationPath(GuiNavigation navigation)