MCPcopy Create free account
hub / github.com/Neop/mudmap2 / remove

Method remove

src/main/java/mudmap2/backend/prquadtree/Quadtree.java:112–114  ·  view source on GitHub ↗

Removes el from the quadtree @param el @throws Exception throws an exception, if e couldn't be removed

(QuadtreeElement el)

Source from the content-addressed store, hash-verified

110 * @throws Exception throws an exception, if e couldn't be removed
111 */
112 private void remove(QuadtreeElement el) throws Exception {
113 el.remove();
114 }
115
116 /**
117 * Removes element at x, y, if there is one

Callers 2

testIsEmptyMethod · 0.95
moveMethod · 0.95

Calls 1

removeMethod · 0.65

Tested by 1

testIsEmptyMethod · 0.76