Package net.minecraft.client.gui
Interface ComponentPath
- All Known Implementing Classes:
ComponentPath.Leaf
,ComponentPath.Path
public interface ComponentPath
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final record
static final record
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyFocus
(boolean p_265077_) static ComponentPath
leaf
(GuiEventListener p_265344_) static ComponentPath
path
(ContainerEventHandler p_265254_, ComponentPath p_265405_) static ComponentPath
path
(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_)
-