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

Method getLayers

src/main/java/mudmap2/backend/World.java:281–283  ·  view source on GitHub ↗

Gets all layers @return all layers

()

Source from the content-addressed store, hash-verified

279 * @return all layers
280 */
281 public Collection<Layer> getLayers(){
282 return layers.values();
283 }
284
285 // --------- colors --------------------------------------------------------
286 /**

Callers 15

testCreateLayerMethod · 0.95
testWorldMethod · 0.95
testWorld_1ArgMethod · 0.95
testGetNewLayer_NameMethod · 0.95
testGetLayersMethod · 0.95
testReadWriteFileMethod · 0.95
testReadWriteFileMethod · 0.95
getNewWorldMethod · 0.95
removePlaceGroupMethod · 0.95
breadthSearchMethod · 0.95
updateMethod · 0.80

Calls 1

valuesMethod · 0.65

Tested by 7

testCreateLayerMethod · 0.76
testWorldMethod · 0.76
testWorld_1ArgMethod · 0.76
testGetNewLayer_NameMethod · 0.76
testGetLayersMethod · 0.76
testReadWriteFileMethod · 0.76
testReadWriteFileMethod · 0.76