Removes a path @param path
(final Path path)
| 238 | * @param path |
| 239 | */ |
| 240 | public void removePath(final Path path) { |
| 241 | paths.remove(path); |
| 242 | path.getOtherPlace(this).paths.remove(path); |
| 243 | callWorldChangeListeners(); |
| 244 | } |
| 245 | |
| 246 | /** |
| 247 | * Removes a set of paths |