Class NBTPath

Represent a path to a nbt

Hierarchy

  • NBTPath

Constructors

Properties

Methods

Constructors

  • Exemple

    const path = new NBTPath("test.hello[0].path")
    

    Parameters

    • Optional path: string

      The init path

    Returns NBTPath

Properties

Methods

  • Get topier in the path

    Parameters

    • Optional length: number

      The amount of path to remove (from right to left)

    Returns NBTPath

Generated using TypeDoc