World

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

A game world.

Constructors

Link copied to clipboard
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>)

Properties

Link copied to clipboard

The date when BattlEye was implemented in this world.

Link copied to clipboard

The type of BattlEye protection present in this world.

Link copied to clipboard

The year and month when this world was created.

Link copied to clipboard

Whether the world is experimental or not.

Link copied to clipboard

Whether this world is currently online or not.

Link copied to clipboard

Whether the world can only be played by premium account characters or not.

Link copied to clipboard

The geographical location of the server.

Link copied to clipboard
open override val name: String

The name of the world.

Link copied to clipboard

The total of online players in this world.

Link copied to clipboard

The maximum online players recorded on this world.

Link copied to clipboard

The date and time when the maximum online players record was set.

Link copied to clipboard

The list of online players in this world.

Link copied to clipboard

The type of PvP in this world.

Link copied to clipboard

The type of transfer restrictions this world has.

Link copied to clipboard
open val url: String

The URL to the world's page in Tibia.com.

Link copied to clipboard

The list of world quests completed.

Functions

Link copied to clipboard

Check if a character from the origin world can transfer to this world.