public class Statistics
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
amuletObtained |
static int |
ankhsUsed |
static boolean |
completedWithNoKilling |
static int |
deepestFloor |
static float |
duration |
static int |
enemiesSlain |
static int |
foodEaten |
static int |
goldCollected |
static int |
nightHunt |
static int |
piranhasKilled |
static int |
potionsCooked |
static boolean |
qualifiedForNoKilling |
Constructor and Description |
---|
Statistics() |
Modifier and Type | Method and Description |
---|---|
static void |
reset() |
static void |
restoreFromBundle(Bundle bundle) |
static void |
storeInBundle(Bundle bundle) |
public static int goldCollected
public static int deepestFloor
public static int enemiesSlain
public static int foodEaten
public static int potionsCooked
public static int piranhasKilled
public static int nightHunt
public static int ankhsUsed
public static float duration
public static boolean qualifiedForNoKilling
public static boolean completedWithNoKilling
public static boolean amuletObtained