packetlib
SNAPSHOT
jvm
packetlib
/
io.layercraft.packetlib.types
/
Position
Position
data
class
Position
(
val
x
:
Int
,
val
y
:
Int
,
val
z
:
Int
)
Position
See also
https://wiki.vg/Protocol#Position
Members
Constructors
Position
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
,
z
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int
z
Link copied to clipboard
val
z
:
Int