Class BaseBot

java.lang.Object
dev.robocode.tankroyale.botapi.BaseBot
All Implemented Interfaces:
IBaseBot
Direct Known Subclasses:
Bot

public abstract class BaseBot extends Object implements IBaseBot
Abstract bot class that takes care of communication between the bot and the server, and sends notifications through the event handlers. Most bots can inherit from this class to get access to basic methods.