Class SchrutzRevolutions

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

public class SchrutzRevolutions
extends jrobots.simulation.simulationObjects.JRobot2008

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
jrobots.simulation.simulationObjects.Pilot.DropperCommand, jrobots.simulation.simulationObjects.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.JRobot2008
addDebugArrow, addDebugCrosshair, addDebugLine, addDebugLine, getDropperReloadTime, getHealth, getLastScan, getLauncherReloadTime, getMaxArenaDiameter, getMaxBackwardVelocity, getMaxForwardVelocity, getMaxScanAperture, getOrientation, getPosition, getProjectileSpeed, getScanInterval, getTimeOfLastMine, getTimeOfLastShot, getVelocity, isScanFromNow, setAutopilot, setBodyColor, setDebugLines, setDebugText, setDropMineCommand, setLaunchProjectileCommand, setNameColor, setScanAperture, setScanDirection, setTurretColor
 
Methods inherited from class jrobots.simulation.simulationObjects.Pilot
clone, getBodyColor, 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 jrobots.simulation.simulationObjects.Pilot

init

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

Overrides:
init in class jrobots.simulation.simulationObjects.Pilot