gecco.game.firefighter
Class Firefighter

java.lang.Object
  |
  +--gecco.server.core.Unit
        |
        +--gecco.game.firefighter.Firefighter
All Implemented Interfaces:
Comparable

public class Firefighter
extends Unit

Description of the Class

Author:
Henrik Bäärnhielm

Fields inherited from class gecco.server.core.Unit
activeAction, blockedActions, commander, handle, intX, intY, isDestroyed, name, observers, properties, type, unitType, updatedActions, updatedProperties, x, y
 
Constructor Summary
Firefighter()
          Constructor for the Firefighter object
 
Methods inherited from class gecco.server.core.Unit
addBlockedAction, addObserver, canSeeAutomatonAtPosition, compareTo, equals, getActiveAction, getBlockedActions, getCommander, getDoubleProperty, getHandle, getIntProperty, getIntX, getIntY, getName, getObservers, getProperties, getProperty, getPropertyType, getStringProperty, getUnitType, getUpdatedActions, getUpdatedProperties, getX, getY, hashCode, isDestroyed, isObserver, markAsDestroyed, removeBlockedAction, removeObserver, resetUpdatedActions, resetUpdatedProperties, setActiveAction, setCommander, setHandle, setName, setPosition, setProperty, setProperty, setProperty, setUnitType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Firefighter

public Firefighter()
Constructor for the Firefighter object