Index
A B C D E F G H I J L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- data - Variable in class io.sockit.gameserver.bot.RoomInfo
-
The room data sent with the roomList
- DataIterator - Interface in io.sockit.gameserver
-
An Iterator over entries in a DataStore
- DataStore - Interface in io.sockit.gameserver
-
A DataStore is a representation of the Game Database as a Key Value data store.
- debug(Session, String) - Method in class io.sockit.gameserver.Room
-
Logs debug messages along with the user name when debug is enabled
- debug(String) - Method in class io.sockit.gameserver.bot.Bot
-
Outputs a debug message if debug is enabled for this Bot
- debug(String) - Method in class io.sockit.gameserver.Room
-
Logs debug messages
- debugEnabled - Variable in class io.sockit.gameserver.bot.Bot
-
indicates whether debug messages will be logged for this bot or not
- debugEnabled - Variable in class io.sockit.gameserver.Room
-
whether logging of debug messages is enabled for this player or not
- DefaultWebHandler - Class in io.sockit.gameserver
-
A Default Web Handler for web requests.
- DefaultWebHandler(File) - Constructor for class io.sockit.gameserver.DefaultWebHandler
-
Constructs a new DefaultWebHandler object with the specified folder as the web root folder
- DefaultWebHandler(String) - Constructor for class io.sockit.gameserver.DefaultWebHandler
-
Constructs a new DefaultWebHandler object with the specified folder as the web root folder
- delayedClose(int) - Method in class io.sockit.gameserver.Session
-
Closes the session and disconnects the client after the specified delay
- delete(byte[]) - Method in interface io.sockit.gameserver.DataStore
-
Deletes a value from the database
- delete(byte[]) - Method in class io.sockit.gameserver.LevelDbStore
-
Deletes a value from the database
- deleteLocation(Location) - Method in class io.sockit.gameserver.Game
-
Deletes the specified location from the game
- deleteLocation(String) - Method in class io.sockit.gameserver.Game
-
Deletes a location of the specified name from the game
- destroy() - Method in class io.sockit.gameserver.Room
-
Destroys the room.
- destroyPrivateRoom(User) - Method in class io.sockit.gameserver.Game
-
This method destroys the private room of the user if one exists
- DuplicateGameNameHashException - Exception in io.sockit.gameserver
-
Exception thrown by
registerGame()
method attempts to register a Game where the hash of the Game's name is equal to the hash of another Game's name
All Classes All Packages