gecco.game.dke3
Class BasePoint

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

public class BasePoint
extends GameEventPoint

BasePoint.java Created: Wed Jan 21 14:00:33 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
BasePoint()
           
 
Method Summary
 int getBaseForForce()
           
 
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

BasePoint

public BasePoint()
Method Detail

getBaseForForce

public int getBaseForForce()