@minecraft/server
    Preparing search index...

    Interface WorldClockEventOptionsBeta

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

    interface WorldClockEventOptions {
        clock: string;
    }
    Index

    Properties

    Properties

    clock: string

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