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 RoomTypeRoom. roomTypeThe type of this room (normal or fast)Methods in io.sockit.gameclient that return RoomType Modifier and Type Method Description static RoomTypeRoomType. 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 voidClient. getRooms(String location, RoomType roomType)Fetches the list of rooms from the servervoidClientEventAdapter. onGetRooms(Client client, String gameName, String location, RoomType roomtype, List<RoomInfo> rooms)voidClientEventListener. 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