Package net.minecraft.client.gui
Interface ComponentPath
- All Known Implementing Classes:
- ComponentPath.Leaf,- ComponentPath.Path
public interface ComponentPath
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final record
- 
Method SummaryModifier 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
- 
componentGuiEventListener component()
- 
applyFocusvoid applyFocus(boolean p_265077_) 
 
-