@minecraft/server
    Preparing search index...

    Interface WorldClockTimeMarkerEventOptionsBeta

    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;
    }
    Index

    Properties

    Properties

    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.