Minix
5.0.0-alpha
module-data
/
dev.racci.minix.data.structs.minecraft
/
blockPosOf
block
Pos
Of
fun
blockPosOf
(
x
:
Int
,
y
:
Int
,
z
:
Int
)
:
BlockPos
fun
blockPosOf
(
x
:
Double
,
y
:
Double
,
z
:
Double
)
:
BlockPos
Constructs a
BlockPos
of these coordinates.