| Package | Description |
|---|---|
| com.almasb.fxgl.app | |
| com.almasb.fxgl.app.listener |
| Modifier and Type | Class and Description |
|---|---|
class |
SubState |
| Modifier and Type | Method and Description |
|---|---|
State |
AppStateMachine.getCurrentState() |
State |
AppStateMachine.getDialogState() |
State |
AppStateMachine.getGameMenuState() |
State |
AppStateMachine.getIntroState() |
State |
AppStateMachine.getLoadingState() |
State |
AppStateMachine.getMainMenuState() |
State |
AppStateMachine.getPlayState() |
| Modifier and Type | Method and Description |
|---|---|
default void |
StateChangeListener.beforeEnter(State state)
Called before passed state enters.
|
default void |
StateChangeListener.beforeExit(State state)
Called before passed state exits.
|
default void |
StateChangeListener.entered(State state)
Called when passed state entered.
|
default void |
StateChangeListener.exited(State state)
Called when passed state exited.
|
protected void |
State.onEnter(State prevState)
Called after entering this state from prevState
|
| Modifier and Type | Method and Description |
|---|---|
default void |
StateListener.onEnter(State prevState) |
Copyright © 2018. All rights reserved.