Class Wadenbeisser

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

public class Wadenbeisser
extends jrobots.simulation.simulationObjects.JRobot2008

Wadenbeisser - eine leichte Modifikation von SchrutzRevolutions

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
Wadenbeisser()
           
 
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

Wadenbeisser

public Wadenbeisser()
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