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 eou
intermediary net/minecraft/class_8016
named net/minecraft/client/gui/navigation/GuiNavigationPath
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final record
static final record
-
Method Summary
Modifier and TypeMethodDescriptionstatic GuiNavigationPath
static GuiNavigationPath
of
(Element leaf, ParentElement[] elements) static @Nullable GuiNavigationPath
of
(ParentElement element, @Nullable GuiNavigationPath childPath) void
setFocused
(boolean focused) Sets whether the path is focused.
-
Method Details
-
of
- Mappings:
Namespace Name Mixin selector official a
Leou;a(Leqt;)Leou;
intermediary method_48193
Lnet/minecraft/class_8016;method_48193(Lnet/minecraft/class_364;)Lnet/minecraft/class_8016;
named of
Lnet/minecraft/client/gui/navigation/GuiNavigationPath;of(Lnet/minecraft/client/gui/Element;)Lnet/minecraft/client/gui/navigation/GuiNavigationPath;
-
of
- Mappings:
Namespace Name Mixin selector official a
Leou;a(Leqt;[Leqs;)Leou;
intermediary method_48194
Lnet/minecraft/class_8016;method_48194(Lnet/minecraft/class_364;[Lnet/minecraft/class_4069;)Lnet/minecraft/class_8016;
named of
Lnet/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 a
Leou;a()Leqt;
intermediary comp_1188
Lnet/minecraft/class_8016;comp_1188()Lnet/minecraft/class_364;
named component
Lnet/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 a
Leou;a(Z)V
intermediary method_48195
Lnet/minecraft/class_8016;method_48195(Z)V
named setFocused
Lnet/minecraft/client/gui/navigation/GuiNavigationPath;setFocused(Z)V
-