gecco.game.dke
Class VictoryPoint

java.lang.Object
  extended bygecco.server.core.Unit
      extended bygecco.game.dke.GameEventPoint
          extended bygecco.game.dke.VictoryPoint
All Implemented Interfaces:
Comparable, ReplayReady

public class VictoryPoint
extends GameEventPoint


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
UNIT
 
Constructor Summary
VictoryPoint()
           
 
Method Summary
 int getObjectiveFor()
           
 boolean isObjectiveObtained()
           
 
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, isDestroyed, isObserver, markAsDestroyed, removeBlockedAction, removeObserver, 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

VictoryPoint

public VictoryPoint()
Method Detail

getObjectiveFor

public int getObjectiveFor()

isObjectiveObtained

public boolean isObjectiveObtained()