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
N
- name - Variable in class io.sockit.gameserver.Location
-
The name of the location
- newGameUserData() - Method in class io.sockit.gameserver.Game
-
Factory method for creating GameUserData for a first time player of the Game.
- newPlayer(Session, int, JsonObject) - Method in class io.sockit.gameserver.Room
-
Factory method called to instantiate a new player.
- newRoom(String, RoomType, int, int, JsonObject) - Method in class io.sockit.gameserver.Game
-
Factory method which is called to create a new room for the Game at runtime.
- nonBotPlayerCount() - Method in class io.sockit.gameserver.Room
-
The number of non bot players in the room.
- none - io.sockit.gameserver.bot.BotTurnDelayType
-
zero delay before turn is played
- noOfPlayers - Variable in class io.sockit.gameserver.bot.RoomInfo
-
The total number of players in the room
- noOfPlayers() - Method in class io.sockit.gameserver.Location
-
returns the total number of players in the location
- noOfPlayers(RoomType) - Method in class io.sockit.gameserver.Location
-
returns the total number of players of the given room type in the location
- noOfRooms() - Method in class io.sockit.gameserver.Location
-
returns the total number of rooms in this location
- noOfRooms(RoomType) - Method in class io.sockit.gameserver.Location
-
returns the total number of rooms of the given type in this location
- noOfSpectators() - Method in class io.sockit.gameserver.Location
-
returns the total number of spectators in the location
- noOfSpectators(RoomType) - Method in class io.sockit.gameserver.Location
-
returns the total number of spectators of the given room type in the location
- noOfSpectatorsAndPlayers() - Method in class io.sockit.gameserver.Location
-
returns the total number of spectators and players in the location
- noOfSpectatorsAndPlayers(RoomType) - Method in class io.sockit.gameserver.Location
-
returns the total number of spectators and players of the given room type in the location
- normal - io.sockit.gameserver.bot.BotTurnDelayType
-
plays turn after a normal delay
- normal - io.sockit.gameserver.bot.RoomType
-
Indicates a room with normal turn speed
- normal - io.sockit.gameserver.RoomType
-
Indicates a room with normal turn speed
- noRoomJoined - Static variable in class io.sockit.gameserver.bot.ErrorCodes
-
ErrorCode sent by the server when Bot has not joined a room and attempts to leaveSeat or playAction or refresh room data
All Classes All Packages