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 focused) static ComponentPathleaf(GuiEventListener component) static @Nullable ComponentPathpath(ContainerEventHandler container, @Nullable ComponentPath childPath) static ComponentPathpath(GuiEventListener target, ContainerEventHandler... containerPath)
-
Method Details
-
leaf
-
path
static @Nullable ComponentPath path(ContainerEventHandler container, @Nullable ComponentPath childPath) -
path
-
component
GuiEventListener component() -
applyFocus
void applyFocus(boolean focused)
-