TibiaKt
Toggle table of contents
0.9.0
jvm
Platform filter
jvm
Switch theme
TibiaKt
tibiakt-core
/
com.galarzaa.tibiakt.core.builders
/
WorldBuilder
World
Builder
class
WorldBuilder
:
TibiaKtBuilder
<
World
>
(
source
)
Builder for
World
instances.
Members
Constructors
World
Builder
Link copied to clipboard
constructor
(
)
Properties
battl
Eye
Start
Date
Link copied to clipboard
var
battlEyeStartDate
:
LocalDate
?
battl
Eye
Type
Link copied to clipboard
var
battlEyeType
:
BattlEyeType
creation
Date
Link copied to clipboard
var
creationDate
:
YearMonth
?
is
Experimental
Link copied to clipboard
var
isExperimental
:
Boolean
is
Online
Link copied to clipboard
var
isOnline
:
Boolean
is
Premium
Restricted
Link copied to clipboard
var
isPremiumRestricted
:
Boolean
location
Link copied to clipboard
var
location
:
String
?
name
Link copied to clipboard
var
name
:
String
?
online
Count
Link copied to clipboard
var
onlineCount
:
Int
online
Record
Count
Link copied to clipboard
var
onlineRecordCount
:
Int
online
Record
Date
Time
Link copied to clipboard
var
onlineRecordDateTime
:
Instant
?
players
Online
Link copied to clipboard
val
playersOnline
:
MutableList
<
OnlineCharacter
>
pvp
Type
Link copied to clipboard
var
pvpType
:
PvpType
?
transfer
Type
Link copied to clipboard
var
transferType
:
TransferType
world
Quests
Link copied to clipboard
val
worldQuests
:
MutableList
<
String
>
Functions
add
Online
Player
Link copied to clipboard
fun
addOnlinePlayer
(
name
:
String
,
level
:
Int
,
vocation
:
Vocation
)
:
Boolean
build
Link copied to clipboard
open
override
fun
build
(
)
:
World
Builds an instance with the current data in the builder.
world
Quest
Link copied to clipboard
fun
worldQuest
(
quest
:
String
)
:
Boolean