nanovm.ctbot.drivers
Class Bot

java.lang.Object
  extended by nanovm.ctbot.drivers.Bot

public class Bot
extends java.lang.Object


Constructor Summary
Bot()
           
 
Method Summary
static boolean getError()
           
static boolean getExtension1Enabled()
           
static boolean getExtension2Enabled()
           
static void setExtension1Enabled(boolean enable)
           
static void setExtension2Enabled(boolean enable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bot

public Bot()
Method Detail

getError

public static boolean getError()

setExtension1Enabled

public static void setExtension1Enabled(boolean enable)

getExtension1Enabled

public static boolean getExtension1Enabled()

setExtension2Enabled

public static void setExtension2Enabled(boolean enable)

getExtension2Enabled

public static boolean getExtension2Enabled()