World

constructor(    name: String,     isOnline: Boolean,     onlineCount: Int,     location: String,     pvpType: PvpType,     battlEyeType: BattlEyeType,     battlEyeStartDate: LocalDate?,     transferType: TransferType,     isPremiumRestricted: Boolean,     isExperimental: Boolean,     onlineRecordCount: Int,     onlineRecordDateTime: Instant,     creationDate: YearMonth,     worldQuests: List<String>,     playersOnline: List<OnlineCharacter>)(source)