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

Method isEmpty

src/main/java/mudmap2/backend/Layer.java:308–310  ·  view source on GitHub ↗

Check whether the layer is empty @return true if empty

()

Source from the content-addressed store, hash-verified

306 * @return true if empty
307 */
308 public boolean isEmpty() {
309 return elements.isEmpty();
310 }
311
312 /**
313 * Gets a collection of all places

Callers 3

testIsEmptyMethod · 0.95
paintComponentMethod · 0.95
worldChangedMethod · 0.95

Calls 1

isEmptyMethod · 0.65

Tested by 1

testIsEmptyMethod · 0.76