Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

enterPublicGUI()

蕉饼 edited this page Dec 4, 2022 · 2 revisions

介绍

enterPublicGUI()能让玩家进入公共GUI模式

如何使用

向对应的玩家使用entity.gui.enterPublicGUI()即可进入GUI模式

案例

world.onPlayerJoin(({entity})=>{ entity.gui.enterPublicGUI() })//玩家进入地图时进入GUI模式

注意事项

  • 不能对世界使用。

  • 对非玩家实体使用会报错

Clone this wiki locally