Class StateManager.StateEntry

java.lang.Object
com.blackrook.engine.state.StateManager.StateEntry
Enclosing class:
StateManager

public static class StateManager.StateEntry extends Object
State entry.
Author:
Matthew Tropiano
  • Constructor Details

    • StateEntry

      public StateEntry(State state, StateConfig stateConfig)
      Creates a new State Entry for pushing onto the state stack.
      Parameters:
      state - the state to push.
      stateConfig - the state's configuration parameters.