Move AutoEat to a ChatBot

This commit is contained in:
ReinforceZwei 2020-04-08 18:23:19 +08:00 committed by ORelio
parent 044c19114c
commit 97b0b03c33
6 changed files with 116 additions and 65 deletions

View file

@ -32,7 +32,7 @@ namespace MinecraftClient.ChatBots
public override void Update()
{
if (!GetIsEating())
if (!AutoEat.Eating)
{
if (attackCooldownCounter == 0)
{