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

    接口 WorldClockTimeMarkerEventOptions实验性

    Contains parameters for world clock time marker events that filters out which events are passed to the provided callback.

    interface WorldClockTimeMarkerEventOptions {
        clock: string;
        timeMarker?: string;
    }
    索引

    属性

    clock: string

    The name of the world clock that this event should fire for.

    timeMarker?: string

    The name of the time marker that this event should fire for. If undefined, the event will fire for all time markers on the world clock.