文档和工具

EntityType

  • 描述 生物类型,主要用于API文档中EngineType组件

BlockType

  • 描述 方块类型,主要用于API文档中BlockInfo组件。 注意:部分API返回的blockId为负数,则为blockType=255-blockId。如使用blockInfo组件GetBlock接口,海带方块kelp返回的是 -138,blockType为255-(-138)=393。当API返回blockId为正数时,不需要做此转换

EnchantType

  • 描述 方块类型,主要用于API文档中BlockInfo组件

ItemType

  • 描述 物品类型,主要用于API文档中物品相关组件的itemId参数

SysSoundType

  • 描述 系统音效类型,主要用于API文档中systemAudio组件

 

EntityConst

  • 描述 实体类型,主要用于API文档中的CreateEntity功能

BiomeType

  • 描述 生物群系,主要用于API文档中的mobSpawn组件,设置世界的生成生物规则

Change

  • 描述 生物群系更改的类型,主要用于API文档中的mobSpawn组件,设置世界的生成生物规则

ActorDamageCause

  • 描述 实体伤害来源,及实体被伤害的原因。

KeyBoardType

  • 描述 PC端点击键盘输入的按钮枚举。

ItemAcquisitionMethod

ItemUseMethodEnum

ArmorSlotType

  • 描述 盔甲槽位枚举值文档

AttrType

  • 描述 属性枚举值文档,用于attr属性组件