toggle menu
core
git-2534f55
jvm
switch theme
search in API
core
/
com.github.spigotbasics.core.model
/
XYZCoords
XYZCoords
data
class
XYZCoords
(
val
x
:
Double
,
val
y
:
Double
,
val
z
:
Double
)
:
MessageTagProvider
Members
Constructors
XYZCoords
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
,
z
:
Double
)
Properties
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double
z
Link copied to clipboard
val
z
:
Double
Functions
get
Message
Tags
Link copied to clipboard
open
override
fun
getMessageTags
(
)
:
List
<
CustomTag
>
fun
getMessageTags
(
decimalPlaces
:
Int
)
:
List
<
CustomTag
>
get
Tag
Providers
Link copied to clipboard
open
fun
getTagProviders
(
)
:
List
<
Any
>
to
Location
Link copied to clipboard
fun
toLocation
(
world
:
World
)
:
Location
to
Simple
Location
Link copied to clipboard
fun
toSimpleLocation
(
world
:
String
)
:
SimpleLocation