Uses of Interface
ilusr.gamestatemanager.IGameState
-
-
Uses of IGameState in ilusr.gamestatemanager
Classes in ilusr.gamestatemanager that implement IGameState Modifier and Type Class Description classGameStateMethods in ilusr.gamestatemanager that return IGameState Modifier and Type Method Description IGameStateGameStateManager. currentGameState()IGameStateIGameStateManager. 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> voidBufferedGameStateManager. addGameState(IGameState gameState, T identifier)<T> voidGameStateManager. addGameState(T identifier, IGameState gameState)<T> voidIGameStateManager. addGameState(T identifier, IGameState gameState)voidGameStateManager. currentGameState(IGameState gameState)voidIGameStateManager. 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)
-