JSPrismarine
    Preparing search index...

    Represents the network structure of a block position. https://mojang.github.io/bedrock-protocol-docs/html/BlockPos.html

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    x y z

    Methods

    Constructors

    Properties

    x: number

    The x-coordinate of the vector.

    y: number

    The y-coordinate of the vector.

    z: number

    The z-coordinate of the vector.

    Methods