Uses of Interface
io.sockit.gameserver.DataStore
| Package | Description |
|---|---|
| io.sockit.gameserver |
This is the core package for the Sockit Multiplayer Game (Server) Engine and provides the classes necessary to implement the server side of a multiplayer turn based game.
|
-
Uses of DataStore in io.sockit.gameserver
Classes in io.sockit.gameserver that implement DataStore Modifier and Type Class Description classLevelDbStoreAn implementation of the DataStore interface which uses LevelDB to save/persist the Game Engine data.Methods in io.sockit.gameserver with parameters of type DataStore Modifier and Type Method Description static voidServer. setDataStore(DataStore dataStore)Sets the DataStore implementation which will be used to save the Game Engine data.