Add Internal command logging.

This commit is contained in:
CarbonNeuron 2020-05-01 09:37:15 -05:00
parent 3e11d89ffd
commit 02ebf067b9
3 changed files with 20 additions and 2 deletions

View file

@ -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>