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

    接口 ImageDetails实验性

    Details of an image to display.

    interface ImageDetails {
        imagePackId: string | ObservableString;
        imageSrc: string | ObservableString;
    }
    索引

    属性

    imagePackId: string | ObservableString

    Identifier of the resource pack that provides the imageSrc asset.

    imageSrc: string | ObservableString

    Path to an image displayed. Loads the image based on the resource pack defined by imagePack.