同步官网文档8m_25d
This commit is contained in:
@@ -107,7 +107,7 @@ selection: true
|
||||
python -m pip install mc-netease-sdk==要安装的版本号
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
## Python入门
|
||||
|
||||
@@ -165,9 +165,9 @@ python是一门很容易入门的编程语言,没有接触过python的开发
|
||||
# 监听引擎的事件ServerBlockUseEvent,回调函数为ServerBlockUseEvent
|
||||
self.ListenForEvent(serverApi.GetEngineNamespace(), serverApi.GetEngineSystemName(), "ServerBlockUseEvent",
|
||||
self, self.OnServerBlockUseEvent)
|
||||
|
||||
|
||||
...
|
||||
|
||||
|
||||
# 监听ServerBlockUseEvent的回调函数
|
||||
def OnServerBlockUseEvent(self, args):
|
||||
# 这里的sdkteam_test:block1替换成你自己的自定义方块的命名空间与方块名
|
||||
|
||||
Reference in New Issue
Block a user