moagg.model.level
Class Level

java.lang.Object
  extended by moagg.model.level.Level

public class Level
extends java.lang.Object


Constructor Summary
Level()
           
 
Method Summary
 void addStartPlatform(Platform startPlatform)
           
 int getFuelPercentage()
           
 java.lang.String getGameControlScript()
           
 GameType getGameType()
           
 java.lang.String getLevel()
           
 int getMaxFrags()
           
 long getMaxTime()
           
 java.lang.String getMission()
           
 PlayGround getPlayGround()
           
 java.util.List<Platform> getStartPlatforms()
           
 Point getStartPosition()
           
 void setFuelPercentage(int fuelPercentage)
           
 void setGameControlScript(java.lang.String gameControlScript)
           
 void setGameType(GameType gameType)
           
 void setLevel(java.lang.String level)
           
 void setMaxFrags(int maxFrags)
           
 void setMaxTime(long maxTime)
           
 void setMission(java.lang.String mission)
           
 void setPlayGround(PlayGround playGround)
           
 void setStartPosition(Point startPosition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Level

public Level()
Method Detail

setGameType

public void setGameType(GameType gameType)

getGameType

public GameType getGameType()

setMission

public void setMission(java.lang.String mission)

getMission

public java.lang.String getMission()

setLevel

public void setLevel(java.lang.String level)

getLevel

public java.lang.String getLevel()

setPlayGround

public void setPlayGround(PlayGround playGround)

getPlayGround

public PlayGround getPlayGround()

addStartPlatform

public void addStartPlatform(Platform startPlatform)

getStartPlatforms

public java.util.List<Platform> getStartPlatforms()

setStartPosition

public void setStartPosition(Point startPosition)

getStartPosition

public Point getStartPosition()

setFuelPercentage

public void setFuelPercentage(int fuelPercentage)

getFuelPercentage

public int getFuelPercentage()

setMaxTime

public void setMaxTime(long maxTime)

getMaxTime

public long getMaxTime()

setMaxFrags

public void setMaxFrags(int maxFrags)

getMaxFrags

public int getMaxFrags()

setGameControlScript

public void setGameControlScript(java.lang.String gameControlScript)

getGameControlScript

public java.lang.String getGameControlScript()


Copyright © 2008. All Rights Reserved.