Package rekit.logic.level
Class LogicalPart
java.lang.Object
rekit.logic.level.LogicalPart
The logical part of a
Level
.- Author:
- Dominik Fuchss
-
Method Summary
Modifier and TypeMethodDescriptionReturns the next level iff existing.Get the player of the level.
-
Method Details
-
getPlayer
Get the player of the level.- Returns:
- the player
-
getNextLevel
Returns the next level iff existing.- Returns:
- the id of next level or
null
if none exists
-