added mob target command

This commit is contained in:
Badbird-5907
2022-08-11 19:42:14 -04:00
parent 24f9790f52
commit 534258dd0a
3 changed files with 32 additions and 14 deletions

View File

@@ -46,5 +46,8 @@ public interface BotManager {
Terminator getBot(int entityId);
boolean isMobTarget();
void setMobTarget(boolean mobTarget);
}