Script API - v1.26.30.25
    Preparing search index...

    Used for accessing all entity types currently available for use within the world.

    export class EntityTypes {
    private constructor();
    static get<T = never>(identifier: EntityIdentifierType<NoInfer<T>>): EntityType | undefined;
    static getAll(): EntityType[];
    }
    Index

    Constructors

    Methods

    Constructors

    Methods