Uses of Class
io.sockit.gameclient.RoomType
-
Uses of RoomType in io.sockit.gameclient
Fields in io.sockit.gameclient declared as RoomType Modifier and Type Field Description RoomType
Room. roomType
The type of this room (normal or fast)Methods in io.sockit.gameclient that return RoomType Modifier and Type Method Description static RoomType
RoomType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RoomType[]
RoomType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.sockit.gameclient with parameters of type RoomType Modifier and Type Method Description void
Client. getRooms(String location, RoomType roomType)
Fetches the list of rooms from the servervoid
ClientEventAdapter. onGetRooms(Client client, String gameName, String location, RoomType roomtype, List<RoomInfo> rooms)
void
ClientEventListener. onGetRooms(Client client, String gameName, String location, RoomType roomtype, List<RoomInfo> rooms)
Event-Handler/Callback called when the Client receives the room list from the Server