接口 ComponentPath
- 所有已知实现类:
ComponentPath.Leaf
,ComponentPath.Path
public interface ComponentPath
-
嵌套类概要
嵌套类 -
方法概要
修饰符和类型方法说明void
applyFocus
(boolean pFocused) static ComponentPath
leaf
(GuiEventListener pComponent) static ComponentPath
path
(ContainerEventHandler pComponent, ComponentPath pChildPath) static ComponentPath
path
(GuiEventListener pComponent, ContainerEventHandler... pChildren)
-
方法详细资料
-
leaf
-
path
@Nullable static ComponentPath path(ContainerEventHandler pComponent, @Nullable ComponentPath pChildPath) -
path
-
component
GuiEventListener component() -
applyFocus
void applyFocus(boolean pFocused)
-