Uses of Interface
com.iwolverton.smartbeetle.BeetleAi
-
Packages that use BeetleAi Package Description com.iwolverton.smartbeetle -
-
Uses of BeetleAi in com.iwolverton.smartbeetle
Methods in com.iwolverton.smartbeetle that return types with arguments of type BeetleAi Modifier and Type Method Description Class<? extends BeetleAi>Stats. getAi()Method parameters in com.iwolverton.smartbeetle with type arguments of type BeetleAi Modifier and Type Method Description static intAiStatsRunner. runAi(Class<? extends BeetleAi> aiClass, Settings settings)Run one game with the given AI.static StatsAiStatsRunner. runAiStats(Class<? extends BeetleAi> aiClass, Settings settings)Run given AI repeatedly and collect survival statistics.voidStats. setAi(Class<? extends BeetleAi> ai)Constructor parameters in com.iwolverton.smartbeetle with type arguments of type BeetleAi Constructor Description Game(Class<? extends BeetleAi> aiClass)Run visual game with given AI and default settings.Game(Class<? extends BeetleAi> aiClass, Settings settings)Run visual game with given AI and settings.Stats(Class<? extends BeetleAi> ai, int best, int worst, int average)
-