toggle menu
icemmand-api
1.21.1+1.0.0
jvm
switch theme
search in API
icemmand-api
/
xyz.icetang.lib.icemmand.wrapper
/
Position2D
Position2D
data
class
Position2D
(
val
x
:
Double
,
val
z
:
Double
)
Members
Constructors
Position2D
Link copied to clipboard
constructor
(
x
:
Double
,
z
:
Double
)
Properties
x
Link copied to clipboard
val
x
:
Double
z
Link copied to clipboard
val
z
:
Double
Functions
with
Y
Link copied to clipboard
fun
withY
(
y
:
Double
)
:
Position3D