Uses of Class
com.blackrook.engine.state.StateManager.StateEntry
Packages that use StateManager.StateEntry
-
Uses of StateManager.StateEntry in com.blackrook.engine.state
Methods in com.blackrook.engine.state with parameters of type StateManager.StateEntryModifier and TypeMethodDescriptionvoidStateManager.change(StateManager.StateEntry... changeStates) Changes the current state by emptying the state stack and pushing new ones onto the stack by name.voidStateManager.push(StateManager.StateEntry... pushStates) Pushes new states onto the stack.