Properties of color timeline property item entry
export interface IColorTimelinePropertyItemEntry { id: string; time: number; value: minecraftserver.RGBA;} Copy
export interface IColorTimelinePropertyItemEntry { id: string; time: number; value: minecraftserver.RGBA;}
Properties of color timeline property item entry
Source