Python API referenceProtocolsProtocol: BlockVector3On this pageProtocol: BlockVector3 A mutable numeric vector produced from an integer block position. class BlockVector3(Protocol) Properties x x: float Block X coordinate. y y: float Block Y coordinate. z z: float Block Z coordinate.