mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Refactored to share the new utilities between the MCP and the Chat Bot API
This commit is contained in:
parent
a88ca3cb71
commit
dfef24ad10
12 changed files with 2225 additions and 1027 deletions
|
|
@ -215,6 +215,11 @@ namespace MinecraftClient.Scripting
|
|||
this.localVars = localVars;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Access the shared MCC gameplay API used by bots and the embedded MCP server.
|
||||
/// </summary>
|
||||
new public MccGameApi Game => base.Game;
|
||||
|
||||
/* == Wrappers for ChatBot API with public visibility and call limit to one per tick for safety == */
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue