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
Warp
Point
Data
data
class
WarpPointData
(
val
id
:
Int
,
val
ownerUuid
:
UUID
,
val
name
:
String
,
val
worldName
:
String
,
val
x
:
Double
,
val
y
:
Double
,
val
z
:
Double
,
val
yaw
:
Float
,
val
pitch
:
Float
,
val
createdAt
:
LocalDateTime
)
ワープポイントのデータモデル。
Members
Constructors
Warp
Point
Data
Link copied to clipboard
constructor
(
id
:
Int
,
ownerUuid
:
UUID
,
name
:
String
,
worldName
:
String
,
x
:
Double
,
y
:
Double
,
z
:
Double
,
yaw
:
Float
,
pitch
:
Float
,
createdAt
:
LocalDateTime
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
created
At
Link copied to clipboard
val
createdAt
:
LocalDateTime
id
Link copied to clipboard
val
id
:
Int
name
Link copied to clipboard
val
name
:
String
owner
Uuid
Link copied to clipboard
val
ownerUuid
:
UUID
pitch
Link copied to clipboard
val
pitch
:
Float
world
Name
Link copied to clipboard
val
worldName
:
String
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double
yaw
Link copied to clipboard
val
yaw
:
Float
z
Link copied to clipboard
val
z
:
Double
Functions
to
Location
Link copied to clipboard
fun
toLocation
(
server
:
Server
)
:
Location
?
このワープポイントをBukkitのLocationに変換します。