Uses of Interface
ilusr.gamestatemanager.IGameState
-
-
Uses of IGameState in ilusr.gamestatemanager
Classes in ilusr.gamestatemanager that implement IGameState Modifier and Type Class Description class
GameState
Methods in ilusr.gamestatemanager that return IGameState Modifier and Type Method Description IGameState
GameStateManager. currentGameState()
IGameState
IGameStateManager. currentGameState()
Methods in ilusr.gamestatemanager that return types with arguments of type IGameState Modifier and Type Method Description protected Map<Object,IGameState>
GameStateManager. gameStateMap()
Map<Object,IGameState>
IDataSource. provideGameStates(int bufferSize, Object state)
Methods in ilusr.gamestatemanager with parameters of type IGameState Modifier and Type Method Description <T> void
BufferedGameStateManager. addGameState(IGameState gameState, T identifier)
<T> void
GameStateManager. addGameState(T identifier, IGameState gameState)
<T> void
IGameStateManager. addGameState(T identifier, IGameState gameState)
void
GameStateManager. currentGameState(IGameState gameState)
void
IGameStateManager. currentGameState(IGameState gameState)
Constructors in ilusr.gamestatemanager with parameters of type IGameState Constructor Description BufferedGameStateManager(int bufferSize, IDataSource source, T id, IGameState currentGameState, D runtimeData)
GameStateManager(T id, IGameState currentGameState)
GameStateManager(T id, IGameState currentGameState, D runtimeData)
-