Script API - v1.26.30.25
    Preparing search index...

    Interface INumberTimelinePropertyItemEntry

    Properties of the Number timeline property item entry

    export interface INumberTimelinePropertyItemEntry {
    color?: minecraftserver.RGBA;
    id: string;
    time: number;
    value: number;
    }
    interface INumberTimelinePropertyItemEntry {
        color?: RGBA;
        id: string;
        time: number;
        value: number;
    }
    Index

    Properties

    Properties

    color?: RGBA
    id: string
    time: number
    value: number