Uses of Interface
net.minecraft.client.gui.navigation.FocusNavigationEvent
Packages that use FocusNavigationEvent
Package
Description
-
Uses of FocusNavigationEvent in net.minecraft.client.gui.components
Methods in net.minecraft.client.gui.components with parameters of type FocusNavigationEventModifier and TypeMethodDescription@Nullable ComponentPathContainerObjectSelectionList.Entry.focusPathAtIndex(FocusNavigationEvent navigationEvent, int currentIndex) @Nullable ComponentPathAbstractContainerWidget.nextFocusPath(FocusNavigationEvent navigationEvent) @Nullable ComponentPathAbstractWidget.nextFocusPath(FocusNavigationEvent navigationEvent) @Nullable ComponentPathContainerObjectSelectionList.Entry.nextFocusPath(FocusNavigationEvent navigationEvent) @Nullable ComponentPathContainerObjectSelectionList.nextFocusPath(FocusNavigationEvent navigationEvent) @Nullable ComponentPathImageWidget.nextFocusPath(FocusNavigationEvent navigationEvent) @Nullable ComponentPathLoadingDotsWidget.nextFocusPath(FocusNavigationEvent navigationEvent) @Nullable ComponentPathObjectSelectionList.nextFocusPath(FocusNavigationEvent navigationEvent) @Nullable ComponentPathPlayerSkinWidget.nextFocusPath(FocusNavigationEvent navigationEvent) -
Uses of FocusNavigationEvent in net.minecraft.client.gui.components.events
Methods in net.minecraft.client.gui.components.events with parameters of type FocusNavigationEventModifier and TypeMethodDescriptiondefault @Nullable ComponentPathContainerEventHandler.nextFocusPath(FocusNavigationEvent navigationEvent) Retrieves the next focus path based on the given focus navigation event.default @Nullable ComponentPathGuiEventListener.nextFocusPath(FocusNavigationEvent navigationEvent) Retrieves the next focus path based on the given focus navigation event.private @Nullable ComponentPathContainerEventHandler.nextFocusPathVaguelyInDirection(ScreenRectangle focusedRectangle, ScreenDirection direction, @Nullable GuiEventListener excluded, FocusNavigationEvent navigationEvent) Calculates the next focus path in a vague direction. -
Uses of FocusNavigationEvent in net.minecraft.client.gui.components.tabs
Methods in net.minecraft.client.gui.components.tabs with parameters of type FocusNavigationEventModifier and TypeMethodDescription@Nullable ComponentPathTabNavigationBar.nextFocusPath(FocusNavigationEvent navigationEvent) Retrieves the next focus path based on the given focus navigation event.