@minecraft
    Preparing search index...

    Interface MinimapMarkerData

    interface MinimapMarkerData {
        clickable: boolean;
        color: RGBA;
        label: string;
        position: Vector3;
        rotation: number;
        tooltip: string;
    }
    Index

    Properties

    clickable: boolean
    color: RGBA
    label: string
    position: Vector3
    rotation: number
    tooltip: string