Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_JUMPS |
static int |
DEFAULT_LEVEL |
static int |
DEFAULT_SCORE |
Modifier and Type | Method and Description |
---|---|
static boolean |
getAnimated()
Get the user's desired animation state.
|
static int |
getHeight()
Get the user's last height in tiles.
|
static int |
getHighJumps()
Get the user's previous high jumps.
|
static int |
getHighLevel()
Get the user's previous high level.
|
static int |
getHighScore()
Get the user's previous high score.
|
static void |
getKeys()
Get the user's key preferences; values are stored in the Key enum.
|
static String |
getTileSet()
Get the user's previous tile set.
|
static int |
getWidth()
Get the user's last width in tiles.
|
static void |
putAnimated(boolean isAnimated)
Set the user's desired animation state.
|
static void |
putHeight(int height)
Set the user's new last height in tiles.
|
static void |
putHighJumps(int jumps)
Set the user's new high jumps.
|
static void |
putHighLevel(int level)
Set the user's new high level.
|
static void |
putHighScore(int score)
Set the user's new high score.
|
static void |
putKeys()
Set the user's key preferences; values are read from the Key enum.
|
static void |
putTileSet(String tileSet)
Set the user's new tile set.
|
static void |
putWidth(int width)
Set the user's new last width in tiles.
|
public static final int DEFAULT_SCORE
public static final int DEFAULT_LEVEL
public static final int DEFAULT_JUMPS
public static int getHighScore()
public static void putHighScore(int score)
public static int getHighLevel()
public static void putHighLevel(int level)
public static int getHighJumps()
public static void putHighJumps(int jumps)
public static String getTileSet()
public static void putTileSet(String tileSet)
public static int getWidth()
public static void putWidth(int width)
public static int getHeight()
public static void putHeight(int height)
public static boolean getAnimated()
public static void putAnimated(boolean isAnimated)
public static void getKeys()
public static void putKeys()
Copyright © 2007 Gem City Software. Distributed under the terms of the GPL