yolkbot
    Preparing search index...

    Interface MapJSON

    interface MapJSON {
        ambient: string;
        availability: MapAvailability;
        data: MapData;
        depth: number;
        extents: MapExtents;
        fileVersion: number;
        fog: MapFog;
        height: number;
        modes: MapModes;
        name: string;
        numPlayers: string;
        palette: string[];
        render: MapRender;
        skybox: "default" | "moonbase" | "night" | "whimsical";
        sun: MapSun;
        surfaceArea: number;
        width: number;
    }
    Index

    Properties

    ambient: string
    availability: MapAvailability
    data: MapData
    depth: number
    extents: MapExtents
    fileVersion: number
    fog: MapFog
    height: number
    modes: MapModes
    name: string
    numPlayers: string
    palette: string[]
    render: MapRender
    skybox: "default" | "moonbase" | "night" | "whimsical"
    sun: MapSun
    surfaceArea: number
    width: number