RuneCore
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
RuneCore
RuneCore
/
org.lyralis.runeCore.domain.teleport
/
TeleportRequest
/
TeleportRequest
Teleport
Request
constructor
(
requesterId
:
UUID
,
requesterName
:
String
,
targetId
:
UUID
,
requesterLocation
:
Location
,
cost
:
ULong
,
createdAt
:
Instant
=
Instant.now()
)