World
@Serializable
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 the world can only be played by premium account characters or not.
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 transfer restrictions this world has.
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.