Skip to content

@minecraft/server


@minecraft/server / EntityType

Class: EntityType ​

Defined in: @minecraft/server/index.d.ts:12629

Represents information about a type of entity.

Properties ​

id ​

readonly id: string

Defined in: @minecraft/server/index.d.ts:12637

Remarks ​

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


localizationKey ​

readonly localizationKey: string

Defined in: @minecraft/server/index.d.ts:12644

Remarks ​

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