Class SchrutzRevolutions

java.lang.Object
  extended by jrobots.simulation.simulationObjects.Pilot
      extended by jrobots.simulation.simulationObjects.JRobot2010
          extended by SchrutzRevolutions
All Implemented Interfaces:
java.io.Serializable

public class SchrutzRevolutions
extends jrobots.simulation.simulationObjects.JRobot2010

SchrutzRevolutions - Alles was einen Anfang hat, hat auch ein Ende.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class jrobots.simulation.simulationObjects.Pilot
Pilot.DropperCommand, Pilot.LauncherAmmunition
 
Field Summary
 
Fields inherited from class jrobots.simulation.simulationObjects.Pilot
DOWN, LEFT, memoryConsumption, RIGHT, UP
 
Constructor Summary
SchrutzRevolutions()
           
 
Method Summary
 void actions()
          Hauptschleife des Bots.
 void init()
          Diese Methode wird einmalig aufgerufen, nachdem der Bot in die Arena gesetzt wird und bevor der Kampf startet.
 
Methods inherited from class jrobots.simulation.simulationObjects.JRobot2010
addDebugArrow, addDebugCrosshair, addDebugLine, addDebugLine, getBulletReloadTime, getBulletSpeed, getHealth, getLastScan, getMaxArenaDiameter, getMaxBackwardVelocity, getMaxForwardVelocity, getMaxScanAperture, getMineReloadTime, getMissileReloadTime, getMissileSpeedMax, getOrientation, getPosition, getProjectileReloadTime, getProjectileSpeed, getScanInterval, getTankTrapReloadTime, getTimeOfDropperReloaded, getTimeOfLauncherReloaded, getVelocity, isScanFromNow, setAutopilot, setBodyColor, setDebugLines, setDebugText, setDropMineCommand, setDropTankTrapCommand, setLaunchBulletCommand, setLaunchMissileCommand, setLaunchProjectileCommand, setMissileTarget, setNameColor, setScanAperture, setScanDirection, setTurretColor
 
Methods inherited from class jrobots.simulation.simulationObjects.Pilot
clone, getBodyColor, getEnergy, getNameColor, getSafeShootDistance, getTime, getTurretColor
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchrutzRevolutions

public SchrutzRevolutions()
Method Detail

actions

public void actions()
Hauptschleife des Bots. Wird jeden Frame einmal aufgerufen.

Specified by:
actions in class Pilot

init

public void init()
Description copied from class: Pilot
Diese Methode wird einmalig aufgerufen, nachdem der Bot in die Arena gesetzt wird und bevor der Kampf startet.

Overrides:
init in class Pilot