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

    Interface IColorTimelinePropertyItemEntry

    Properties of color timeline property item entry

    export interface IColorTimelinePropertyItemEntry {
    id: string;
    time: number;
    value: minecraftserver.RGBA;
    }
    interface IColorTimelinePropertyItemEntry {
        id: string;
        time: number;
        value: RGBA;
    }
    Index

    Properties

    Properties

    id: string
    time: number
    value: RGBA