gecco.game.dke3
Class BeachHeadPoint

java.lang.Object
  |
  +--gecco.server.core.Unit
        |
        +--gecco.game.dke.GameEventPoint
              |
              +--gecco.game.dke3.BeachHeadPoint
All Implemented Interfaces:
Comparable, ReplayReady

public class BeachHeadPoint
extends GameEventPoint

BeachHeadPoint.java Created: Wed Jan 21 14:03:12 2004

Author:
Hans Sandström

Field Summary
 
Fields inherited from class gecco.game.dke.GameEventPoint
CHANGE_OWNER
 
Fields inherited from class gecco.server.core.Unit
activeAction, blockedActions, commander, handle, intX, intY, isDestroyed, name, observers, properties, type, unitType, updatedActions, updatedProperties, x, y
 
Fields inherited from interface gecco.server.replaymanager.ReplayReady
AUTOMATON, MOVING_ACTION, UNIT
 
Constructor Summary
BeachHeadPoint()
           
 
Method Summary
 int getMaxDistance()
           
 
Methods inherited from class gecco.game.dke.GameEventPoint
automatonLastVisitorChanged, changeOwner, getOwner, playReplayData, printWriteMe, saveReplayData, toString
 
Methods inherited from class gecco.server.core.Unit
abortAllActions, 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, init, isDestroyed, isObserver, markAsDestroyed, removeBlockedAction, removeObserver, removeProperty, resetUpdatedActions, resetUpdatedProperties, sendUnitMessage, setActiveAction, setCommander, setHandle, setName, setPosition, setProperty, setProperty, setProperty, setUnitType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeachHeadPoint

public BeachHeadPoint()
Method Detail

getMaxDistance

public int getMaxDistance()