|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Difficulty | |
---|---|
moagg.prefs.player | |
moagg.types.prefs |
Uses of Difficulty in moagg.prefs.player |
---|
Methods in moagg.prefs.player that return Difficulty | |
---|---|
Difficulty |
PlayerPrefs.getDifficulty()
|
Methods in moagg.prefs.player with parameters of type Difficulty | |
---|---|
void |
PlayerPrefs.setDifficulty(Difficulty difficulty)
|
Uses of Difficulty in moagg.types.prefs |
---|
Methods in moagg.types.prefs that return Difficulty | |
---|---|
static Difficulty |
Difficulty.fromString(java.lang.String timer)
|
static Difficulty |
Difficulty.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Difficulty[] |
Difficulty.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |