Uses of Interface
net.minecraft.client.gui.ComponentPath
Packages that use ComponentPath
Package
Description
-
Uses of ComponentPath in net.minecraft.client.gui
Classes in net.minecraft.client.gui that implement ComponentPathModifier and TypeClassDescriptionstatic final recordstatic final recordFields in net.minecraft.client.gui declared as ComponentPathModifier and TypeFieldDescriptionprivate final ComponentPathComponentPath.Path.childPathThe field for thechildPathrecord component.Methods in net.minecraft.client.gui that return ComponentPathModifier and TypeMethodDescriptionComponentPath.Path.childPath()Returns the value of thechildPathrecord component.static ComponentPathComponentPath.leaf(GuiEventListener p_265344_) static ComponentPathComponentPath.path(ContainerEventHandler p_265254_, ComponentPath p_265405_) static ComponentPathComponentPath.path(GuiEventListener p_265555_, ContainerEventHandler... p_265487_) Methods in net.minecraft.client.gui with parameters of type ComponentPathModifier and TypeMethodDescriptionstatic ComponentPathComponentPath.path(ContainerEventHandler p_265254_, ComponentPath p_265405_) Constructors in net.minecraft.client.gui with parameters of type ComponentPathModifierConstructorDescriptionPath(ContainerEventHandler component, ComponentPath childPath) Creates an instance of aPathrecord class. -
Uses of ComponentPath in net.minecraft.client.gui.components
Methods in net.minecraft.client.gui.components that return ComponentPathModifier and TypeMethodDescriptionContainerObjectSelectionList.Entry.focusPathAtIndex(FocusNavigationEvent p_265435_, int p_265432_) 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 ComponentPath in net.minecraft.client.gui.components.events
Methods in net.minecraft.client.gui.components.events that return ComponentPathModifier and TypeMethodDescriptiondefault ComponentPathContainerEventHandler.getCurrentFocusPath()default ComponentPathGuiEventListener.getCurrentFocusPath()private ComponentPathContainerEventHandler.handleArrowNavigation(FocusNavigationEvent.ArrowNavigation p_265760_) private ComponentPathContainerEventHandler.handleTabNavigation(FocusNavigationEvent.TabNavigation p_265354_) default ComponentPathContainerEventHandler.nextFocusPath(FocusNavigationEvent p_265668_) default ComponentPathGuiEventListener.nextFocusPath(FocusNavigationEvent p_265234_) private ComponentPathContainerEventHandler.nextFocusPathInDirection(ScreenRectangle p_265054_, ScreenDirection p_265167_, GuiEventListener p_265476_, FocusNavigationEvent p_265762_) private ComponentPathContainerEventHandler.nextFocusPathVaguelyInDirection(ScreenRectangle p_265390_, ScreenDirection p_265687_, GuiEventListener p_265498_, FocusNavigationEvent p_265048_) -
Uses of ComponentPath in net.minecraft.client.gui.components.tabs
Methods in net.minecraft.client.gui.components.tabs that return ComponentPath -
Uses of ComponentPath in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens with parameters of type ComponentPath -
Uses of ComponentPath in net.minecraft.client.gui.screens.controls
Methods in net.minecraft.client.gui.screens.controls that return ComponentPathModifier and TypeMethodDescriptionKeyBindsList.CategoryEntry.nextFocusPath(FocusNavigationEvent p_265391_)