Uses of Class
io.sockit.gameserver.Location
| 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 Location in io.sockit.gameserver
Methods in io.sockit.gameserver that return Location Modifier and Type Method Description LocationGame. getLocation(String locationName)gets Location by NameLocationRoom. getLocation()Returns the room's locationMethods in io.sockit.gameserver that return types with arguments of type Location Modifier and Type Method Description List<Location>Game. getLocations()This method returns returns all the locations of the Game.Methods in io.sockit.gameserver with parameters of type Location Modifier and Type Method Description voidGame. deleteLocation(Location location)Deletes the specified location from the game