mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add Internal command logging.
This commit is contained in:
parent
3e11d89ffd
commit
02ebf067b9
3 changed files with 20 additions and 2 deletions
|
|
@ -156,6 +156,8 @@ namespace MinecraftClient
|
|||
/// <param name="entity">Entity with updated location</param>
|
||||
public virtual void OnEntityMove(Mapping.Entity entity) { }
|
||||
|
||||
public virtual void OnInternalCommand(string commandName,string commandParams, string Result) { }
|
||||
|
||||
/// <summary>
|
||||
/// Called when an entity spawned nearby
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue