Removes an element from the layer but not from the world @param element
(final LayerElement element)
| 287 | * @param element |
| 288 | */ |
| 289 | public void remove(final LayerElement element) { |
| 290 | elements.remove(element); |
| 291 | world.callListeners(this); |
| 292 | } |
| 293 | |
| 294 | /** |
| 295 | * Returns true, if an element at position x,y exists |