class Transform
com.hypixel.hytale.math.vector
Combined position and rotation transform.
class Vector3d
com.hypixel.hytale.math.vector
Mutable 3D vector with double precision. Has public x, y, z fields. Supports add(), subtract(), scale(), normalize(), distanceTo(), dot(), cross(), length(). Static constants: ZERO, UP, DOWN, NORTH, SOUTH, EAST, WEST. Use clone() before modifying shared vectors.
class Vector3f
com.hypixel.hytale.math.vector
Mutable 3D vector with float precision. Used for rotations (pitch, yaw, roll). Has public x, y, z fields. Similar API to Vector3d.
class Vector3i
com.hypixel.hytale.math.vector
Mutable 3D vector with integer precision. Used for block coordinates. Has public x, y, z fields.