public class GamesInProgress
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GamesInProgress.Info |
Constructor and Description |
---|
GamesInProgress() |
Modifier and Type | Method and Description |
---|---|
static GamesInProgress.Info |
check(HeroClass cl) |
static GamesInProgress.Info |
checkFile(java.lang.String file) |
static void |
delete(HeroClass cl) |
static void |
removeAll() |
static void |
set(HeroClass cl,
int depth,
int level) |
static void |
setUnknown(HeroClass cl) |
public static GamesInProgress.Info checkFile(java.lang.String file)
public static GamesInProgress.Info check(HeroClass cl)
public static void removeAll()
public static void set(HeroClass cl, int depth, int level)
public static void setUnknown(HeroClass cl)
public static void delete(HeroClass cl)