Uses of Interface
com.prineside.tdi2.utils.simulation.Simulation
Packages that use Simulation
-
Uses of Simulation in com.prineside.tdi2.screens
Fields in com.prineside.tdi2.screens declared as SimulationModifier and TypeFieldDescriptionSimulationScreen.RunningSimCell.simulation
SimulationScreen.SimEntry.simulation
Methods in com.prineside.tdi2.screens with parameters of type SimulationModifier and TypeMethodDescriptionvoid
SimulationScreen.addSimulation
(Simulation simulation) void
SimulationScreen.startNextSim
(Simulation after) Constructors in com.prineside.tdi2.screens with parameters of type Simulation -
Uses of Simulation in com.prineside.tdi2.utils.simulation
Classes in com.prineside.tdi2.utils.simulation that implement SimulationModifier and TypeClassDescriptionclass
final class
class
final class
Must run a game with a full endless research tree CREATE TABLE IF NOT EXISTS `towers_benchmark` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `benchmarkName` varchar(50) NOT NULL, `waves` smallint(5) unsigned NOT NULL, `extraTowers` enum('BLAST','FREEZING','FREEZING_BLAST','NONE') NOT NULL, `tower` enum('BASIC','SNIPER','CANNON','FREEZING','AIR','SPLASH','BLAST','MULTISHOT','MINIGUN','VENOM','TESLA','MISSILE','FLAMETHROWER','LASER','GAUSS','CRUSHER') NOT NULL, `aimStrategy` enum('FIRST','LAST','WEAKEST','STRONGEST','NEAREST','RANDOM') NOT NULL, `abilities` enum('NONE','1','2','3','1/2','1/3','2/3','ULT','1/ULT','2/ULT','3/ULT','1/2/ULT','1/3/ULT','2/3/ULT','PWR','1/PWR','2/PWR','3/PWR','1/2/PWR','1/3/PWR','2/3/PWR') NOT NULL, `upgradeLevel` tinyint(3) unsigned NOT NULL, `xpLevel` tinyint(3) unsigned NOT NULL, `towerPrice` smallint(5) unsigned NOT NULL, `maxTowerDPS` int(10) unsigned NOT NULL DEFAULT '0', `avgTowerDPS` int(10) unsigned NOT NULL DEFAULT '0', `mdps` int(10) unsigned NOT NULL DEFAULT '0', `maxTowerKills` smallint(5) unsigned NOT NULL, `totalKills` smallint(5) unsigned NOT NULL, `ups` int(10) unsigned NOT NULL, `totalDamage` double unsigned NOT NULL DEFAULT '0', `dpsPerCoin` float unsigned NOT NULL DEFAULT '0', `killsPerCoin` float unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;