toggle menu
icemmand-api
1.21.1+1.0.0
jvm
switch theme
search in API
icemmand-api
/
xyz.icetang.lib.icemmand.wrapper
/
Position3D
Position3D
data
class
Position3D
(
val
x
:
Double
,
val
y
:
Double
,
val
z
:
Double
)
Members
Constructors
Position3D
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
,
z
:
Double
)
Properties
as
Vector
Link copied to clipboard
val
asVector
:
Vector
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
to
Location
Link copied to clipboard
fun
toLocation
(
world
:
World
?
,
rotation
:
Rotation
)
:
Location
fun
toLocation
(
world
:
World
?
,
yaw
:
Float
,
pitch
:
Float
)
:
Location