diff --git a/MinecraftClient/ChatBot.cs b/MinecraftClient/ChatBot.cs index 67787247..a90a9600 100644 --- a/MinecraftClient/ChatBot.cs +++ b/MinecraftClient/ChatBot.cs @@ -676,6 +676,13 @@ namespace MinecraftClient Handler.UseItemOnHand(); } /// + /// Send Entity Action + /// + protected bool SendAction(Protocol.ActionType action) + { + return Handler.sendEntityAction(action); + } + /// /// SetSlot /// protected void SetSlot(int slotNum)