| Package | Description |
|---|---|
| com.almasb.fxgl.gameplay |
| Modifier and Type | Method and Description |
|---|---|
GameDifficulty |
GameWorld.getGameDifficulty() |
static GameDifficulty |
GameDifficulty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GameDifficulty[] |
GameDifficulty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ObjectProperty<GameDifficulty> |
GameWorld.gameDifficultyProperty() |
Copyright © 2016. All rights reserved.