878889909192939495
{ PathPoint[] points = new PathPoint[this.m_nodes.length]; for(int i = 0; i < this.m_nodes.length; i++) { BlockNode node = this.m_nodes[i]; points[i] = new PathPoint(node.getX(), node.getZ(), node.getZ()); } return new PathEntity(points); }