Class Nilpferd

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

public class Nilpferd
extends jrobots.simulation.simulationObjects.JRobot

JRobots Bot: Nilpferd.

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
Nilpferd()
           
 
Method Summary
protected  void actions()
          actions() - diese Methode wird vom Framework in jedem Frame f??
protected  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.JRobot
addDebugArrow, addDebugCrosshair, addDebugLine, addDebugLine, down, getArenaSize, getHealth, getLastScanResult, getMaxBackwardVelocity, getMaxForwardVelocity, getMaxScanAperture, getOrientation, getPosition, getProjectileSpeed, getReloadTime, getTimeOfLastShot, getVelocity, hasBumped, isScannerUpdated, left, right, setAutopilot, setBodyColor, setCannonCommand, setDebugArrow, setDebugCrosshairAbsolute, setDebugLines, setDebugText, setDropMineCommand, setLaunchProjectileCommand, setNameColor, setScanAperture, setScanDirection, setTurretColor, up
 
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

Nilpferd

public Nilpferd()
Method Detail

actions

protected void actions()
actions() - diese Methode wird vom Framework in jedem Frame f??r jeden Bot aufgerufen. Sie sollte immer terminieren. (Sie wird in einem neueren Frame nur aufgerufen, sobald der ??ltere Aufruf terminiert hat.)

Specified by:
actions in class Pilot

init

protected 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