Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ getWorld
Method
getWorld
src/main/java/mudmap2/backend/Layer.java:281–283 ·
view source on GitHub ↗
Gets the world @return world
()
Source
from the content-addressed store, hash-verified
279
* @
return
world
280
*/
281
public
World getWorld() {
282
return
world;
283
}
284
285
/**
286
* Removes an element from the layer but not from the world
Callers
9
testLayer
Method · 0.95
testGetWorld
Method · 0.95
paste
Method · 0.45
setPlaceGroup
Method · 0.45
callWorldChangeListeners
Method · 0.45
prepareLegendEntriesPathColors
Method · 0.45
prepareLegendEntriesInformationColors
Method · 0.45
prepareLegendEntriesPlaceGroups
Method · 0.45
writeFile
Method · 0.45
Calls
no outgoing calls
Tested by
2
testLayer
Method · 0.76
testGetWorld
Method · 0.76