Package rekit.logic.level
Class LevelFactory
java.lang.Object
rekit.logic.level.LevelFactory
Factory class which creates all
Levels
.- Author:
- Dominik Fuchss
-
Method Summary
Modifier and TypeMethodDescriptionstatic Level
createLevel
(LevelDefinition definition) Create a newLevel
byLevelDefinition
.static Level
Create the BossRush Level (a special level with bosses).
-
Method Details
-
createLevel
Create a newLevel
byLevelDefinition
.- Parameters:
definition
- the definition- Returns:
- the level
-
getBossRushLevel
Create the BossRush Level (a special level with bosses).- Returns:
- the BossRush Level
-