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 event, int index) @Nullable ComponentPathAbstractContainerWidget.nextFocusPath(FocusNavigationEvent p_313949_) @Nullable ComponentPathAbstractWidget.nextFocusPath(FocusNavigationEvent p_265640_) @Nullable ComponentPathContainerObjectSelectionList.Entry.nextFocusPath(FocusNavigationEvent p_265672_) @Nullable ComponentPathContainerObjectSelectionList.nextFocusPath(FocusNavigationEvent p_265385_) @Nullable ComponentPathImageWidget.nextFocusPath(FocusNavigationEvent p_296129_) @Nullable ComponentPathLoadingDotsWidget.nextFocusPath(FocusNavigationEvent p_306162_) @Nullable ComponentPathObjectSelectionList.nextFocusPath(FocusNavigationEvent p_265150_) @Nullable ComponentPathPlayerSkinWidget.nextFocusPath(FocusNavigationEvent p_299934_) -
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 p_265668_) Retrieves the next focus path based on the given focus navigation event.default @Nullable ComponentPathGuiEventListener.nextFocusPath(FocusNavigationEvent event) Retrieves the next focus path based on the given focus navigation event.private @Nullable ComponentPathContainerEventHandler.nextFocusPathInDirection(ScreenRectangle rectangle, ScreenDirection direction, @Nullable GuiEventListener listener, FocusNavigationEvent event) Calculates the next focus path in a specific direction.private @Nullable ComponentPathContainerEventHandler.nextFocusPathVaguelyInDirection(ScreenRectangle rectangle, ScreenDirection direction, @Nullable GuiEventListener listener, FocusNavigationEvent event) 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 p_275418_) Retrieves the next focus path based on the given focus navigation event.