接口 ComponentPath
- 所有已知实现类:
ComponentPath.Leaf
,ComponentPath.Path
public interface ComponentPath
-
嵌套类概要
嵌套类 -
方法概要
修饰符和类型方法说明void
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_)
-
方法详细资料
-
leaf
-
path
@Nullable static ComponentPath path(ContainerEventHandler p_265254_, @Nullable ComponentPath p_265405_) -
path
-
component
GuiEventListener component() -
applyFocus
void applyFocus(boolean p_265077_)
-