first commit
This commit is contained in:
34
docs/mcdocs/1-ModAPI/接口/自定义UI/自定义书本.md
Normal file
34
docs/mcdocs/1-ModAPI/接口/自定义UI/自定义书本.md
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
sidebarDepth: 1
|
||||
---
|
||||
# 自定义书本
|
||||
|
||||
## GetBookManager
|
||||
|
||||
<span style="display:inline;color:#7575f9">客户端</span>
|
||||
|
||||
method in mod.client.extraClientApi
|
||||
|
||||
- 描述
|
||||
|
||||
获取书本管理对象
|
||||
|
||||
- 参数
|
||||
|
||||
无
|
||||
|
||||
- 返回值
|
||||
|
||||
| <div style="width: 4em">数据类型</div> | 说明 |
|
||||
| :--- | :--- |
|
||||
| BookManager | 所有书本的管理对象 |
|
||||
|
||||
- 示例
|
||||
|
||||
```python
|
||||
import mod.client.extraClientApi as clientApi
|
||||
bookManager = clientApi.GetBookManager()
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user