public class BaseStation
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
BotManager |
getBotManager()
Returns the bot manager held by BaseStation which can be used to lookup bots
|
static BaseStation |
getInstance()
Part of the singleton pattern, returns the singleton BaseStation
|
VisionManager |
getVisionManager()
Returns the vision manager held by BaseStation which can be used to track bots and objects
|
public static BaseStation getInstance()
public BotManager getBotManager()
public VisionManager getVisionManager()