@minecraft
    正在准备搜索索引...

    接口 IPane

    Pane represents a container for UI components.

    interface IPane {
        id: string;
        visible: boolean;
        hide(): void;
        show(): void;
    }

    层级 (查看层级一览)

    索引

    属性

    方法

    属性

    id: string

    Unique identifier for the pane.

    visible: boolean

    Check visibility of the pane

    方法