Interface GuiNavigationPath
- All Known Implementing Classes:
 GuiNavigationPath.IntermediaryNode,GuiNavigationPath.Leaf
Represents a path of currently navigating elements from the root element
 to the leaf.
- Mappings:
 Namespace Name official eouintermediary net/minecraft/class_8016named net/minecraft/client/gui/navigation/GuiNavigationPath
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final record - 
Method Summary
Modifier and TypeMethodDescriptionstatic GuiNavigationPathstatic GuiNavigationPathof(Element leaf, ParentElement[] elements) static @Nullable GuiNavigationPathof(ParentElement element, @Nullable GuiNavigationPath childPath) voidsetFocused(boolean focused) Sets whether the path is focused. 
- 
Method Details
- 
of
- Mappings:
 Namespace Name Mixin selector official aLeou;a(Leqt;)Leou;intermediary method_48193Lnet/minecraft/class_8016;method_48193(Lnet/minecraft/class_364;)Lnet/minecraft/class_8016;named ofLnet/minecraft/client/gui/navigation/GuiNavigationPath;of(Lnet/minecraft/client/gui/Element;)Lnet/minecraft/client/gui/navigation/GuiNavigationPath;
 - 
of
- Mappings:
 Namespace Name Mixin selector official aLeou;a(Leqt;[Leqs;)Leou;intermediary method_48194Lnet/minecraft/class_8016;method_48194(Lnet/minecraft/class_364;[Lnet/minecraft/class_4069;)Lnet/minecraft/class_8016;named ofLnet/minecraft/client/gui/navigation/GuiNavigationPath;of(Lnet/minecraft/client/gui/Element;[Lnet/minecraft/client/gui/ParentElement;)Lnet/minecraft/client/gui/navigation/GuiNavigationPath;
 - 
component
Element component()- Mappings:
 Namespace Name Mixin selector official aLeou;a()Leqt;intermediary comp_1188Lnet/minecraft/class_8016;comp_1188()Lnet/minecraft/class_364;named componentLnet/minecraft/client/gui/navigation/GuiNavigationPath;component()Lnet/minecraft/client/gui/Element;
 - 
setFocused
void setFocused(boolean focused) Sets whether the path is focused. This propagates to children.- Mappings:
 Namespace Name Mixin selector official aLeou;a(Z)Vintermediary method_48195Lnet/minecraft/class_8016;method_48195(Z)Vnamed setFocusedLnet/minecraft/client/gui/navigation/GuiNavigationPath;setFocused(Z)V
 
 -