Uses of Class
com.blackrook.engine.state.StateConfig
Packages that use StateConfig
-
Uses of StateConfig in com.blackrook.engine.state
Methods in com.blackrook.engine.state that return StateConfigModifier and TypeMethodDescriptionstatic StateConfigStateConfig.createConfig(Map.Entry<String, Object>... entries) Creates a new state config using entries.Methods in com.blackrook.engine.state with parameters of type StateConfigModifier and TypeMethodDescriptionvoidState.enter(StateConfig config) Called when this state has been activated or made current.Constructors in com.blackrook.engine.state with parameters of type StateConfigModifierConstructorDescriptionStateEntry(State state, StateConfig stateConfig) Creates a new State Entry for pushing onto the state stack.