Package | Description |
---|---|
cusack.hcg.database | |
cusack.hcg.gui.dialogs |
Modifier and Type | Method and Description |
---|---|
Puzzle.DifficultyType |
Puzzle.getDifficulty() |
static Puzzle.DifficultyType |
Puzzle.DifficultyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Puzzle.DifficultyType[] |
Puzzle.DifficultyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Puzzle.setDifficulty(Puzzle.DifficultyType difficulty) |
Modifier and Type | Method and Description |
---|---|
static boolean |
UsefulDialogs.editPuzzleSettings(StackedScreen gui,
Puzzle puzzle,
boolean isNewPuzzle,
boolean copyMode,
java.util.ArrayList<Puzzle.DifficultyType> diffList)
Updates settings for a puzzle.
|