feat:上传mcguide-开发指南部份
This commit is contained in:
18
mcguide/20-玩法开发/100-参考资料/15-EventList.md
Normal file
18
mcguide/20-玩法开发/100-参考资料/15-EventList.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# 国际版 - 实体内置事件列表
|
||||
|
||||
> 文档版本:2022.06.08
|
||||
|
||||
## 注意事项
|
||||
|
||||
1. 本文档内容来源于[我的世界基岩版国际版文档](https://learn.microsoft.com/zh-cn/minecraft/creator/reference/content/entityreference/examples/triggerlist),在此仅做翻译和补正,供各位开发者参考。
|
||||
2. 本文档中少部分内容由于版本过高,尚无法在中国版中使用,请耐心等待中国版更新基岩版版本。
|
||||
3. 本文档中极少部分内容需要开启**假日创作者功能**实验性玩法才可以正常使用,请各位开发者注意辨别。欲了解更多关于实验性玩法的内容,请访问[《我的世界》基岩版中的实验功能](https://learn.microsoft.com/zh-cn/minecraft/creator/documents/experimentalfeaturestoggle)。
|
||||
|
||||
## 列表
|
||||
|
||||
| 内置事件原名 | 内置事件译名 | 描述 |
|
||||
| :----------------------------------------------------------- | ------------ | :----------------------------------------------------------- |
|
||||
| [minecraft:entity_born](https://learn.microsoft.com/zh-cn/minecraft/creator/reference/content/entityreference/examples/entityevents/minecraftevents_entity_born) | 实体出生 | `minecraft:entity_born`在实体通过繁殖而出生时触发该实体上的一个事件调用。 |
|
||||
| [minecraft:entity_spawned](https://learn.microsoft.com/zh-cn/minecraft/creator/reference/content/entityreference/examples/entityevents/minecraftevents_entity_spawned) | 实体生成 | `minecraft:entity_spawned`在实体生成在世界中时触发该实体上的一个事件调用。 |
|
||||
| [minecraft:entity_transformed](https://learn.microsoft.com/zh-cn/minecraft/creator/reference/content/entityreference/examples/entityevents/minecraftevents_entity_transformed) | 实体转化 | `minecraft:entity_transformed`在实体转化为另一个实体时触发该实体上的一个事件调用。 |
|
||||
| [minecraft:on_prime](https://learn.microsoft.com/zh-cn/minecraft/creator/reference/content/entityreference/examples/entityevents/minecraftevents_on_prime) | 当活化时 | `minecraft:on_prime`在实体设置为将爆炸时触发该实体上的一个事件调用。 |
|
||||
Reference in New Issue
Block a user