mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add AutoDig ChatBot
This commit is contained in:
parent
4cb95731bf
commit
c57ac183d5
16 changed files with 579 additions and 64 deletions
|
|
@ -426,6 +426,14 @@ namespace MinecraftClient
|
|||
/// <param name="level"></param>
|
||||
public virtual void OnThunderLevelChange(float level) { }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Called when a block is changed.
|
||||
/// </summary>
|
||||
/// <param name="location">The location of the block.</param>
|
||||
/// <param name="block">The block</param>
|
||||
public virtual void OnBlockChange(Location location, Block block) { }
|
||||
|
||||
/* =================================================================== */
|
||||
/* ToolBox - Methods below might be useful while creating your bot. */
|
||||
/* You should not need to interact with other classes of the program. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue