mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Add Internal command logging.
This commit is contained in:
parent
bdf37e427c
commit
06ea43f6c0
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