Blockbench Reference Docs
    Preparing search index...

    Interface String

    interface String {
        hashCode(): number;
        readonly [index: number]: string;
    }

    Hierarchy

    • RelativeIndexable<string>
      • String

    Indexable

    • readonly [index: number]: string
    Index

    Methods

    Methods