de.farafin.snEADy.world
Interface I_World_interface

All Known Implementing Classes:
C_World

public interface I_World_interface

Version:
$Revision: 1.5 $
Author:
roland, lars

Method Summary
 D_Level generateLevel()
           
 void update(D_GameInfo gameInfo)
          calculate the new playfield with the informations in gameInfo stores the changed data in gameInfo
 void updateInfos(D_GameInfo gameInfo)
           
 

Method Detail

update

void update(D_GameInfo gameInfo)
calculate the new playfield with the informations in gameInfo stores the changed data in gameInfo

Parameters:
gameInfo -

generateLevel

D_Level generateLevel()
Returns:
a copy of the contained Level

updateInfos

void updateInfos(D_GameInfo gameInfo)
Parameters:
gameInfo - a instance the informations should be filled in