Uses of Interface
io.sockit.gameserver.CompressibleData
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 CompressibleData in io.sockit.gameserver
Methods in io.sockit.gameserver that return CompressibleData Modifier and Type Method Description CompressibleData
Session. getGameUserData()
Returns the game user data of the session user.protected abstract CompressibleData
Game. newGameUserData()
Factory method for creating GameUserData for a first time player of the Game.