For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/classes/EntityType.md.

Class: EntityType

entity

Beta

表示一种实体类型的信息。

Represents information about a type of entity.

Properties

id

readonly id: string

Beta

Remarks

此实体类型的标识符——例如,minecraft:skeleton

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


localizationKey

readonly localizationKey: string

Beta

Remarks

用于在 .lang 文件中本地化此 EntityType 名称的键。

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

同领域相关