Uses of Interface
net.minecraft.client.gui.ComponentPath
Package
Description
-
Uses of ComponentPath in net.minecraft.client.gui
Modifier and TypeClassDescriptionstatic final record
static final record
Modifier and TypeFieldDescriptionprivate final ComponentPath
ComponentPath.Path.childPath
The field for thechildPath
record component.Modifier and TypeMethodDescriptionComponentPath.Path.childPath()
Returns the value of thechildPath
record component.static ComponentPath
ComponentPath.leaf
(GuiEventListener p_265344_) static ComponentPath
ComponentPath.path
(ContainerEventHandler p_265254_, ComponentPath p_265405_) static ComponentPath
ComponentPath.path
(GuiEventListener p_265555_, ContainerEventHandler... p_265487_) Modifier and TypeMethodDescriptionstatic ComponentPath
ComponentPath.path
(ContainerEventHandler p_265254_, ComponentPath p_265405_) ModifierConstructorDescriptionPath
(ContainerEventHandler component, ComponentPath childPath) Creates an instance of aPath
record class. -
Uses of ComponentPath in net.minecraft.client.gui.components
Modifier and TypeMethodDescriptionContainerObjectSelectionList.Entry.focusPathAtIndex
(FocusNavigationEvent p_265435_, int p_265432_) AbstractContainerWidget.nextFocusPath
(FocusNavigationEvent p_311207_) AbstractWidget.nextFocusPath
(FocusNavigationEvent p_265640_) ContainerObjectSelectionList.Entry.nextFocusPath
(FocusNavigationEvent p_265672_) ContainerObjectSelectionList.nextFocusPath
(FocusNavigationEvent p_265385_) ImageWidget.nextFocusPath
(FocusNavigationEvent p_298071_) LoadingDotsWidget.nextFocusPath
(FocusNavigationEvent p_312633_) ObjectSelectionList.nextFocusPath
(FocusNavigationEvent p_265150_) PlayerSkinWidget.nextFocusPath
(FocusNavigationEvent p_300388_) -
Uses of ComponentPath in net.minecraft.client.gui.components.events
Modifier and TypeMethodDescriptiondefault ComponentPath
ContainerEventHandler.getCurrentFocusPath()
default ComponentPath
GuiEventListener.getCurrentFocusPath()
private ComponentPath
ContainerEventHandler.handleArrowNavigation
(FocusNavigationEvent.ArrowNavigation p_265760_) private ComponentPath
ContainerEventHandler.handleTabNavigation
(FocusNavigationEvent.TabNavigation p_265354_) default ComponentPath
ContainerEventHandler.nextFocusPath
(FocusNavigationEvent p_265668_) default ComponentPath
GuiEventListener.nextFocusPath
(FocusNavigationEvent p_265234_) private ComponentPath
ContainerEventHandler.nextFocusPathInDirection
(ScreenRectangle p_265054_, ScreenDirection p_265167_, GuiEventListener p_265476_, FocusNavigationEvent p_265762_) private ComponentPath
ContainerEventHandler.nextFocusPathVaguelyInDirection
(ScreenRectangle p_265390_, ScreenDirection p_265687_, GuiEventListener p_265498_, FocusNavigationEvent p_265048_) -
Uses of ComponentPath in net.minecraft.client.gui.components.tabs
-
Uses of ComponentPath in net.minecraft.client.gui.screens
-
Uses of ComponentPath in net.minecraft.client.gui.screens.controls
Modifier and TypeMethodDescriptionKeyBindsList.CategoryEntry.nextFocusPath
(FocusNavigationEvent p_265391_)