@minecraft/server-editor
    Preparing search index...

    Interface IDisposableBeta

    Simple abstraction for disposable objects.

    interface IDisposable {
        teardown(): void;
    }

    Implemented by

    Index

    Methods

    Methods

    • Beta

      Returns void

      Initiates the teardown and cleanup of this disposable item.