Uses of Class
de.jos.game.xml.Level

Packages that use Level
de.jos.game.actions.permanent   
de.jos.game.logic   
de.jos.game.objects   
de.jos.game.objects.screen   
 

Uses of Level in de.jos.game.actions.permanent
 

Methods in de.jos.game.actions.permanent that return Level
 Level ActionStatistics.getLevel()
           
 

Methods in de.jos.game.actions.permanent with parameters of type Level
 void ActionStatistics.setLevel(Level level)
           
 

Uses of Level in de.jos.game.logic
 

Methods in de.jos.game.logic that return Level
 Level AbstractGameLogic.getLevel()
           
 Level AbstractGameBoard.getLevel()
           
 Level LevelLoaderXStream.loadLevel(java.lang.Integer mode, java.lang.Integer levelId)
           
 Level LevelLoader.loadLevel(java.lang.Integer mode, java.lang.Integer levelId)
           
 

Methods in de.jos.game.logic with parameters of type Level
 void PuzzleGameBoard.initLevel(Level level)
           
 void InfiniteGameBoard.initLevel(Level level)
           
 void AbstractGameBoard.initLevel(Level level)
           
 void AbstractGameLogic.setLevel(Level level)
           
 void InfiniteGameBoard.setNewLevel(Level level)
           
 

Uses of Level in de.jos.game.objects
 

Methods in de.jos.game.objects that return types with arguments of type Level
 java.util.List<Level> ResourceContainer.getInfiniteLevels()
           
 java.util.List<Level> ResourceContainer.getPuzzleLevels()
           
 

Method parameters in de.jos.game.objects with type arguments of type Level
 void ResourceContainer.setInfiniteLevels(java.util.List<Level> infiniteLevels)
           
 void ResourceContainer.setPuzzleLevels(java.util.List<Level> puzzleLevels)
           
 

Uses of Level in de.jos.game.objects.screen
 

Constructors in de.jos.game.objects.screen with parameters of type Level
CombinationScreen(com.golden.gamedev.GameEngine parent, Level level, ResourceContainer resourceContainer)
           
 



Copyright © 2008. All Rights Reserved.