Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testCreateLayer
Method · 0.95
testWorld
Method · 0.95
testWorld_1Arg
Method · 0.95
testGetNewLayer_Name
Method · 0.95
testGetLayers
Method · 0.95
testReadWriteFile
Method · 0.95
testReadWriteFile
Method · 0.95
getNewWorld
Method · 0.95
removePlaceGroup
Method · 0.95
removeInformationColor
Method · 0.95
breadthSearch
Method · 0.95
update
Method · 0.80
Calls
1
values
Method · 0.65
Tested by
7
testCreateLayer
Method · 0.76
testWorld
Method · 0.76
testWorld_1Arg
Method · 0.76
testGetNewLayer_Name
Method · 0.76
testGetLayers
Method · 0.76
testReadWriteFile
Method · 0.76
testReadWriteFile
Method · 0.76