moagg.game.control.objective
Class DestroyTarget

java.lang.Object
  extended by moagg.game.control.objective.DestroyTarget
All Implemented Interfaces:
Objective

public class DestroyTarget
extends java.lang.Object
implements Objective


Constructor Summary
DestroyTarget()
           
DestroyTarget(DestroyableObject destroyable)
           
 
Method Summary
 boolean isReached(SinglePlayerGameControlImpl gameControl)
           
 void setObject(DestroyableObject destroyable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestroyTarget

public DestroyTarget()

DestroyTarget

public DestroyTarget(DestroyableObject destroyable)
Method Detail

setObject

public void setObject(DestroyableObject destroyable)

isReached

public boolean isReached(SinglePlayerGameControlImpl gameControl)
Specified by:
isReached in interface Objective


Copyright © 2008. All Rights Reserved.