@minecraft/server / EntityType
Class: EntityType ​
Defined in: @minecraft/server/index.d.ts:12629
Represents information about a type of entity.
Properties ​
id ​
readonlyid:string
Defined in: @minecraft/server/index.d.ts:12637
Remarks ​
Identifier of this entity type - for example, 'minecraft:skeleton'.
localizationKey ​
readonlylocalizationKey:string
Defined in: @minecraft/server/index.d.ts:12644
Remarks ​
Key for the localization of this EntityType's name used in .lang files.