moagg.game.control.objective
Class LandOnPlatform

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

public class LandOnPlatform
extends java.lang.Object
implements Objective

This objective is reached if the player landed on a particular platform.


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

Constructor Detail

LandOnPlatform

public LandOnPlatform()

LandOnPlatform

public LandOnPlatform(Platform platform)
Method Detail

setPlatform

public void setPlatform(Platform platform)

isReached

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


Copyright © 2008. All Rights Reserved.