Removes this path from both places
()
| 111 | * Removes this path from both places |
| 112 | */ |
| 113 | public void remove() { |
| 114 | //places[0].paths.remove(this); |
| 115 | //places[1].paths.remove(this); |
| 116 | places[0].removePath(this); // also calls the world listener |
| 117 | } |
| 118 | |
| 119 | /** |
| 120 | * Gets the opposite direction, eg. n - s or ne - sw |