public class LevelLoadHelper
extends java.lang.Object
Constructor and Description |
---|
LevelLoadHelper(java.lang.String levelId)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getDateCreatedValue()
Gets the creation date value
|
java.util.Date |
getDateModifiedValue()
Gets the modified date value
|
int |
getDiamondsToCatch()
Gets the number of Diamonds to catch
|
DisplayableElementModel[][] |
getGroundGrid()
Gets the ground grid
|
int |
getHeightSizeValue()
Gets the height size value
|
java.lang.String |
getLevelId()
Gets the level identifier
|
java.lang.String |
getNameValue()
Gets the name value
|
RockfordModel |
getRockfordInstance()
Gets the instance of Rockford
|
int |
getRockfordPositionX()
Gets the horizontal position of the Rockford element
|
int |
getRockfordPositionY()
Gets the vertical position of the Rockford element
|
int |
getWidthSizeValue()
Gets the width size value
|
void |
setDiamondsToCatch(int diamondsToCatch)
Sets the number of Diamonds to catch
|
void |
setRockfordInstance(RockfordModel rockfordInstance)
Sets the instance of Rockford
|
void |
setRockfordPositionX(int x)
Sets the horizontal position of the Rockford element
|
void |
setRockfordPositionY(int y)
Sets the vertical position of the Rockford element
|
public LevelLoadHelper(java.lang.String levelId)
levelId
- Level identifierpublic java.lang.String getLevelId()
public java.lang.String getNameValue()
public java.util.Date getDateCreatedValue()
public java.util.Date getDateModifiedValue()
public int getWidthSizeValue()
public int getHeightSizeValue()
public int getRockfordPositionX()
public void setRockfordPositionX(int x)
x
- Horizontal position of the Rockford elementpublic int getRockfordPositionY()
public void setRockfordPositionY(int y)
y
- Vertical position of the Rockford elementpublic RockfordModel getRockfordInstance()
public void setRockfordInstance(RockfordModel rockfordInstance)
rockfordInstance
- Rockford instancepublic DisplayableElementModel[][] getGroundGrid()
public int getDiamondsToCatch()
public void setDiamondsToCatch(int diamondsToCatch)
diamondsToCatch
-