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