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

    Represents information about a type of entity.

    export class EntityType {
    private constructor();
    readonly id: string;
    readonly localizationKey: string;
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    id: string

    Identifier of this entity type - for example, 'minecraft:skeleton'.

    This property can't be read in early-execution mode.

    localizationKey: string

    Key for the localization of this EntityType's name used in .lang files.

    This property can't be read in early-execution mode.