WorldEntry

@Serializable
data class WorldEntry(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) : BaseWorld(source)

A listed world in the WorldOverview section.

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)

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

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 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.