Package net.minecraft.client.gui
Interface ComponentPath
- All Known Implementing Classes:
ComponentPath.Leaf,ComponentPath.Path
public interface ComponentPath
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final record -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyFocus(boolean p_265077_) static ComponentPathleaf(GuiEventListener p_265344_) static ComponentPathpath(ContainerEventHandler p_265254_, ComponentPath p_265405_) static ComponentPathpath(GuiEventListener p_265555_, ContainerEventHandler... p_265487_)
-
Method Details
-
leaf
-
path
@Nullable static ComponentPath path(ContainerEventHandler p_265254_, @Nullable ComponentPath p_265405_) -
path
-
component
GuiEventListener component() -
applyFocus
void applyFocus(boolean p_265077_)
-