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 TypeMethodDescriptionContainerObjectSelectionList.Entry.focusPathAtIndex
(FocusNavigationEvent pEvent, int pIndex) AbstractContainerWidget.nextFocusPath
(FocusNavigationEvent p_313949_) AbstractWidget.nextFocusPath
(FocusNavigationEvent p_265640_) ContainerObjectSelectionList.Entry.nextFocusPath
(FocusNavigationEvent p_265672_) ContainerObjectSelectionList.nextFocusPath
(FocusNavigationEvent p_265385_) ImageWidget.nextFocusPath
(FocusNavigationEvent p_296129_) LoadingDotsWidget.nextFocusPath
(FocusNavigationEvent p_306162_) ObjectSelectionList.nextFocusPath
(FocusNavigationEvent p_265150_) PlayerSkinWidget.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 ComponentPath
ContainerEventHandler.nextFocusPath
(FocusNavigationEvent p_265668_) Retrieves the next focus path based on the given focus navigation event.default ComponentPath
GuiEventListener.nextFocusPath
(FocusNavigationEvent pEvent) Retrieves the next focus path based on the given focus navigation event.private ComponentPath
ContainerEventHandler.nextFocusPathInDirection
(ScreenRectangle pRectangle, ScreenDirection pDirection, GuiEventListener pListener, FocusNavigationEvent pEvent) Calculates the next focus path in a specific direction.private ComponentPath
ContainerEventHandler.nextFocusPathVaguelyInDirection
(ScreenRectangle pRectangle, ScreenDirection pDirection, GuiEventListener pListener, FocusNavigationEvent pEvent) 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 TypeMethodDescriptionTabNavigationBar.nextFocusPath
(FocusNavigationEvent p_275418_) Retrieves the next focus path based on the given focus navigation event. -
Uses of FocusNavigationEvent in net.minecraft.client.gui.screens.options.controls
Methods in net.minecraft.client.gui.screens.options.controls with parameters of type FocusNavigationEventModifier and TypeMethodDescriptionKeyBindsList.CategoryEntry.nextFocusPath
(FocusNavigationEvent p_344970_)