Blockbench Reference Docs
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    allow_mirror_modeling?: boolean
    buttons: OutlinerToggle[]
    children?: OutlinerNode[]
    export: boolean
    icon: string
    locked: boolean
    menu: Menu
    name: string
    name_regex: (element?: OutlinerNode) => string | boolean
    old_name?: string
    parent: OutlinerNode & OutlinerNodeParentTraits | "root"
    selected: boolean
    title: string
    type: string
    uuid: string
    visibility: boolean
    animator?: BoneAnimator
    behavior: { hide_in_screenshot: boolean; movable: boolean }
    behavior_overrides: any[]
    isParent: false
    preview_controller: NodePreviewController
    properties: Record<string, Property<any>>
    selected: OutlinerElement[]
    types: Record<string, ElementTypeConstructor>
    uuids: { [uuid: string]: OutlinerNode }

    Accessors

    • get origin(): any

      Returns any

    Methods

    • Create a unique name for the group or element by adding a number at the end or increasing it.

      Parameters

      • Optionalothers: OutlinerNode[]

      Returns string | false

    • Parameters

      • object: any

      Returns this

    • Parameters

      • axis: any
      • center: any

      Returns this

    • Parameters

      • with_animation: any

      Returns Vector3

    • Checks of the group or element is a child of group.

      Parameters

      • node: OutlinerNode
      • max_levels: number

        The maximum number of generations that can be between the element and the group

      Returns boolean

    • Parameters

      • event: any
      • isOutlinerClick: any

      Returns this

    • Parameters

      • ...args: any[]

      Returns this