Blockbench Reference Docs
    Preparing search index...

    Class EditSession

    An edit session instance. Edit sessions can be attached to a project to collaborate on it with multiple users via P2P connections.

    Index

    Constructors

    Properties

    active: boolean
    chat_history: []
    client_count: number
    clients: {}
    data_queue: []
    hosting: boolean
    Project: ModelProject

    Methods

    • Send a chat message

      Parameters

      • Optionaltext: string

        Text to send. If omitted, the current text in the chat panel input is sent

      Returns void