4everCraft Mod
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
4everCraft Mod
4everCraft Mod
/
com.evermod.mcp.utils
/
BlockCompressor
/
BlockPosition
Block
Position
data
class
BlockPosition
(
val
x
:
Int
,
val
y
:
Int
,
val
z
:
Int
)
(
source
)
An integer 3D position.
Members
Constructors
Block
Position
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
,
z
:
Int
)
Properties
x
Link copied to clipboard
val
x
:
Int
X coordinate
y
Link copied to clipboard
val
y
:
Int
Y coordinate
z
Link copied to clipboard
val
z
:
Int
Z coordinate