moagg.game.control.objective
Interface Objective

All Known Implementing Classes:
BringCrateToPlatform, DestroyTarget, LandOnPlatform

public interface Objective

Every level defines objectives that the player has to reach to finish the level. Besides of some existing common objective implementations, the level script may define own objectives by implementing this interface.


Method Summary
 boolean isReached(SinglePlayerGameControlImpl gameControl)
           
 

Method Detail

isReached

boolean isReached(SinglePlayerGameControlImpl gameControl)


Copyright © 2008. All Rights Reserved.