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 Location
Game. getLocation(String locationName)
gets Location by NameLocation
Room. 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 void
Game. deleteLocation(Location location)
Deletes the specified location from the game