de.jos.game.xml
Class Level
java.lang.Object
de.jos.game.xml.Level
public class Level
- extends java.lang.Object
Constructor Summary |
Level()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Level
public Level()
initLists
public void initLists()
initBullets
public void initBullets(ResourceContainer resourceContainer)
- initialize the bullets on the board, only for puzzle levels
- Parameters:
resourceContainer
-
getNextLevelId
public java.lang.Integer getNextLevelId()
getBullets
public java.util.Set<Bullet> getBullets()
getCombinations
public java.util.List<Combination> getCombinations()
setCombinations
public void setCombinations(java.util.List<Combination> combinations)
getBoardClearScore
public java.lang.Integer getBoardClearScore()
setBoardClearScore
public void setBoardClearScore(java.lang.Integer boardClearScore)
getData
public java.lang.String getData()
setData
public void setData(java.lang.String data)
getId
public java.lang.Integer getId()
setId
public void setId(java.lang.Integer id)
getLevelAdvanceScore
public java.lang.Integer getLevelAdvanceScore()
setLevelAdvanceScore
public void setLevelAdvanceScore(java.lang.Integer levelAdvanceScore)
getMode
public java.lang.Integer getMode()
setMode
public void setMode(java.lang.Integer mode)
getAccumulatedCombinations
public java.util.List<Combination> getAccumulatedCombinations()
getNextLevelNewColor
public java.lang.Integer getNextLevelNewColor()
setNextLevelNewColor
public void setNextLevelNewColor(java.lang.Integer nextLevelNewColor)
getNumberColors
public java.lang.Integer getNumberColors()
setNumberColors
public void setNumberColors(java.lang.Integer numberColors)
Copyright © 2008. All Rights Reserved.