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
/
WarpPointData
/
WarpPointData
Warp
Point
Data
constructor
(
id
:
Int
,
ownerUuid
:
UUID
,
name
:
String
,
worldName
:
String
,
x
:
Double
,
y
:
Double
,
z
:
Double
,
yaw
:
Float
,
pitch
:
Float
,
createdAt
:
LocalDateTime
)