Fix doTick() not being called

Fixes potion ticking and fire damage effects
This commit is contained in:
ThisTestUser
2022-11-21 16:26:53 -05:00
parent 6bf055fb87
commit a829cdf701
3 changed files with 3 additions and 63 deletions

View File

@@ -43,8 +43,6 @@ public interface Terminator {
float getBotMaxHealth();
void ignite();
boolean isBotOnFire();
boolean isFalling();
@@ -119,8 +117,6 @@ public interface Terminator {
void renderBot(Object packetListener, boolean login);
void setOnFirePackets(boolean onFire);
UUID getTargetPlayer();
void setTargetPlayer(UUID target);