Blockbench Reference Docs
    Preparing search index...
    Index

    Constructors

    Methods

    • Returns void

    • Returns Promise<void>

    • Selects this preview scene

      Returns Promise<boolean>

    • Unselects this preview scene

      Returns void

    Properties

    category: string
    cubemap?: CubeTexture
    description?: string
    fog?: Fog | FogExp2
    fov: number
    id: string
    light_color: { b: number; g: number; r: number }
    light_side: number
    loaded: boolean
    name: string
    preview_models: any[]
    require_minecraft_eula: boolean
    web_config_path?: string
    active: PreviewScene

    The currently active scene

    menu_categories: { [category_id: string]: { [id: string]: string } }
    scenes: Record<string, PreviewScene>

    All preview scenes, listed by ID

    select_options: {}
    source_repository: string

    The URL to the source repository that scenes are pulled from