Interface NodePath

    • Method Detail

      • get

        Object get​(int i)
        Gets a specific element from the path array
        Parameters:
        i - The index to get
        Returns:
        Object at the index
      • size

        int size()
        Gets the length of the path
        Returns:
        Length of the path array
      • getArray

        Object[] getArray()
        Returns a copy of the original path array
        Returns:
        the copied array