toggle menu
icemmand-api
1.21.1+1.0.0
jvm
switch theme
search in API
icemmand-api
/
xyz.icetang.lib.icemmand.wrapper
/
BlockPosition3D
Block
Position3D
data
class
BlockPosition3D
(
val
x
:
Int
,
val
y
:
Int
,
val
z
:
Int
)
Members
Constructors
Block
Position3D
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
,
z
:
Int
)
Properties
as
Vector
Link copied to clipboard
val
asVector
:
Vector
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int
z
Link copied to clipboard
val
z
:
Int
Functions
to
Block
Link copied to clipboard
fun
toBlock
(
world
:
World
)
:
Block