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

    Interface IVector3TimelinePropertyItemEntry

    Properties of vector3 timeline property item entry

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

    Properties

    Properties

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