moagg.game.control.objective
Class BringCrateToPlatform

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

public class BringCrateToPlatform
extends java.lang.Object
implements Objective


Constructor Summary
BringCrateToPlatform()
           
 
Method Summary
 boolean isReached(SinglePlayerGameControlImpl gameControl)
           
 void setCrate(Crate crate)
           
 void setPlatform(Platform platform)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BringCrateToPlatform

public BringCrateToPlatform()
Method Detail

setCrate

public void setCrate(Crate crate)

setPlatform

public void setPlatform(Platform platform)

isReached

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


Copyright © 2008. All Rights Reserved.