public class LevelSaveHelper
extends java.lang.Object
Constructor and Description |
---|
LevelSaveHelper(DisplayableElementModel[][] groundGrid)
Class constructor
|
LevelSaveHelper(java.lang.String levelId,
DisplayableElementModel[][] groundGrid)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
DisplayableElementModel[][] |
getGroundGrid()
Gets the ground grid
|
java.lang.String |
getLevelId()
Gets the level identifier
|
public LevelSaveHelper(java.lang.String levelId, DisplayableElementModel[][] groundGrid)
levelId
- Level identifiergroundGrid
- Ground gridpublic LevelSaveHelper(DisplayableElementModel[][] groundGrid)
groundGrid
- Ground gridpublic java.lang.String getLevelId()
public DisplayableElementModel[][] getGroundGrid()